Skip to content

Commit 1882ade

Browse files
Update adjoint.jl
1 parent c23fa2b commit 1882ade

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/adjoint.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ specific structure distinct from ``A`` then passing in a `linsolve` will be more
2929
end
3030

3131
function CRC.rrule(T::typeof(SciMLBase.solve), prob::LinearProblem, alg::Nothing, args...; kwargs...)
32-
@show "here?"
3332
assump = OperatorAssumptions(issquare(prob.A))
3433
alg = defaultalg(prob.A, prob.b, assump)
3534
@show alg

0 commit comments

Comments
 (0)