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 cc9a7d5 commit 8850e1dCopy full SHA for 8850e1d
test/downstream/observables_autodiff.jl
@@ -34,7 +34,7 @@ sol = solve(prob, Tsit5())
34
sum(sol[sys.w])
35
end
36
du_ = [1.0, 1.0, 1.0, 0.0]
37
- du = [du_ for _ in sol.u]
+ du = [du_ for _ in sol[[D(x), x, y, z]]]
38
@test du == gs.u
39
40
# Observable in a vector
0 commit comments