Skip to content

Commit 9c421ce

Browse files
ChrisRackauckasgithub-actions[bot]
authored andcommitted
Update test/initializationsystem.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 77640ac commit 9c421ce

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[1, 2] == 0.5

0 commit comments

Comments
 (0)