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 882f6a6 commit 2a7a081Copy full SHA for 2a7a081
test/downstream/observables_autodiff.jl
@@ -42,7 +42,7 @@ sol = solve(prob, Tsit5())
42
sum(sum.(sol[[sys.w, sys.x]]))
43
end
44
du_ = [1.0, 1.0, 2.0, 0.0]
45
- du = [du_ for _ in sol.u]
+ du = [du_ for _ in sol[[D(x), x, y, z]]
46
@test du == gs.u
47
48
0 commit comments