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 2a7a081 commit 034ac0dCopy full SHA for 034ac0d
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[[D(x), x, y, z]]
+ du = [du_ for _ in sol[[D(x), x, y, z]]]
46
@test du == gs.u
47
48
0 commit comments