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 4b752d4 commit 8bfb157Copy full SHA for 8bfb157
test/initializationsystem.jl
@@ -552,4 +552,4 @@ oprob_2nd_order_2 = ODEProblem(sys_2nd_order, u0_2nd_order_2, tspan, ps)
552
SciMLBase.ReturnCode.InitialFailure
553
sol = solve(oprob_2nd_order_2, Rosenbrock23()) # retcode: Success
554
@test sol[Y][1] == 2.0
555
-@test sol[1, 2] == 0.5
+@test sol[D(Y)][1] == 0.5
0 commit comments