You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throw(error("Zygote AD of purely-symbolic slicing for observed quantities is not yet supported. Work around this by using `A[sym,i]` to access each element sequentially in the function being differentiated."))
182
184
else
@@ -225,6 +227,7 @@ end
225
227
uType2
226
228
}
227
229
functionNonlinearSolutionAdjoint(ȳ)
230
+
@show ȳ
228
231
(ȳ, ntuple(_ ->nothing, length(args))...)
229
232
end
230
233
NonlinearSolution{T, N, uType, R, P, A, O, uType2}(u, args...), NonlinearSolutionAdjoint
0 commit comments