Skip to content

Commit e98a9b9

Browse files
committed
no infiltrate
1 parent b0d53ae commit e98a9b9

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

@@ -174,10 +173,9 @@ function SciMLBase.solve!(cache::DualLinearCache, args...; kwargs...)
174173
cache::DualLinearCache, cache.alg, args...; kwargs...)
175174
176175
dual_sol = linearsolve_dual_solution(sol.u, partials, cache.dual_type)
177-
Main.@infiltrate
178176
179177
cache.dual_u = dual_sol
180-
Main.@infiltrate
178+
181179
return SciMLBase.build_linear_solution(
182180
cache.alg, dual_sol, sol.resid, cache; sol.retcode, sol.iters, sol.stats
183181
)

0 commit comments

Comments
 (0)