Skip to content

Commit c588369

Browse files
test: improve test for reinit! calling late_binding_update_u0_p
1 parent 125184e commit c588369

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/interface/dae_initialize_integration.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,6 @@ sol = solve(prob, Rodas5P(), dt = 1e-10)
9292
reinit!(integ, [2.0, 3.0])
9393
@test integ.ps[Initial(x)] 2.0
9494
@test integ.ps[Initial(y)] 3.0
95+
@test integ[x] 2.0
96+
@test integ[y] 3.0
9597
end

0 commit comments

Comments
 (0)