We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1882ade commit 31ade68Copy full SHA for 31ade68
src/adjoint.jl
@@ -31,7 +31,6 @@ end
31
function CRC.rrule(T::typeof(SciMLBase.solve), prob::LinearProblem, alg::Nothing, args...; kwargs...)
32
assump = OperatorAssumptions(issquare(prob.A))
33
alg = defaultalg(prob.A, prob.b, assump)
34
- @show alg
35
CRC.rrule(T, prob, alg, args...; kwargs...)
36
end
37
0 commit comments