Skip to content

Commit ed77d30

Browse files
committed
no infiltrate
1 parent 9f81fc9 commit ed77d30

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/LinearSolveForwardDiffExt.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function linearsolve_forwarddiff_solve(cache::DualLinearCache, alg, args...; kwa
7070

7171
# Reset to the original `b` and `u`, users will expect that `b` doesn't change if they don't tell it to
7272
cache.linear_cache.b = primal_b
73-
Main.@infiltrate
7473

7574
partial_sols = rhs_list
7675

@@ -171,10 +170,9 @@ function SciMLBase.solve!(cache::DualLinearCache, args...; kwargs...)
171170
cache::DualLinearCache, cache.alg, args...; kwargs...)
172171

173172
dual_sol = linearsolve_dual_solution(sol.u, partials, cache.dual_type)
174-
Main.@infiltrate
175173

176174
cache.dual_u = dual_sol
177-
Main.@infiltrate
175+
178176
return SciMLBase.build_linear_solution(
179177
cache.alg, dual_sol, sol.resid, cache; sol.retcode, sol.iters, sol.stats
180178
)

0 commit comments

Comments
 (0)