Skip to content

Commit

Permalink
remove import Infiltrator
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdaines committed Jan 14, 2025
1 parent 9928358 commit ee06976
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/JacobianAD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import ..SolverFunctions
import ..SparseUtils

import LinearAlgebra
import Infiltrator

import Logging

Expand Down
1 change: 0 additions & 1 deletion src/ODE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import ..SolverFunctions
import LinearAlgebra
import SparseArrays
import Logging
import Infiltrator

# See http://www.stochasticlifestyle.com/differentialequations-jl-3-0-roadmap-4-0/
# for summary of state of DifferentialEquations.jl
Expand Down
2 changes: 0 additions & 2 deletions src/ODELocalIMEX.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module ODELocalIMEX

import Infiltrator

import PALEOboxes as PB

import ...PALEOmodel
Expand Down
1 change: 0 additions & 1 deletion src/SteadyStateKinsol.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ using ...PALEOmodel: @public

import Sundials
using LinearAlgebra
import Infiltrator

using ForwardDiff
using SparseArrays
Expand Down
1 change: 0 additions & 1 deletion test/kinsol_prec.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Infiltrator

function f!(resid, x, userdata=nothing)
for i in eachindex(x)
Expand Down

0 comments on commit ee06976

Please sign in to comment.