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 1c615be commit 615647dCopy full SHA for 615647d
ext/SciMLBaseZygoteExt.jl
@@ -162,7 +162,7 @@ end
162
VA[sym], ODESolution_getindex_pullback
163
end
164
165
-@adjoint function Base.getindex(VA::SciMLBase.NonlinearSolution, sym)
+@adjoint function Base.getindex(VA::SciMLBase.AbstractNonlinearSolution, sym)
166
function NonlinearSolution_getindex_pullback(Δ)
167
i = symbolic_type(sym) != NotSymbolic() ? variable_index(VA, sym) : sym
168
if is_observed(VA, sym)
0 commit comments