Skip to content

Commit 8bfb157

Browse files
test: fix test for observed initialization
1 parent 4b752d4 commit 8bfb157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/initializationsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,4 +552,4 @@ oprob_2nd_order_2 = ODEProblem(sys_2nd_order, u0_2nd_order_2, tspan, ps)
552552
SciMLBase.ReturnCode.InitialFailure
553553
sol = solve(oprob_2nd_order_2, Rosenbrock23()) # retcode: Success
554554
@test sol[Y][1] == 2.0
555-
@test sol[1, 2] == 0.5
555+
@test sol[D(Y)][1] == 0.5

0 commit comments

Comments
 (0)