Skip to content

Commit ae029d0

Browse files
hotfix?
1 parent ffb28ab commit ae029d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,6 @@ eqs = [
250250
0 ~ x1 - x2,
251251
]
252252
sys = ODESystem(eqs, t)
253-
@test isequal(get_iv(sys), t)
253+
@test isequal(ModelingToolkit.get_iv(sys), t)
254254
@test isequal(states(sys), [x1, x2])
255255
@test isempty(parameters(sys))

0 commit comments

Comments
 (0)