Skip to content

Commit 510833c

Browse files
author
Brad Carman
committed
fixed split_parameters.jl test
1 parent 84b66a7 commit 510833c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/split_parameters.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,5 @@ sol = solve(prob, ImplicitEuler());
9393
sys = structural_simplify(model)
9494
prob = ODEProblem(sys, Pair[int.x => 0.0], (0.0, 1.0))
9595
sol = solve(prob, Rodas4())
96-
@test isequal(unbound_inputs(sys), [])
97-
@test sol.retcode == Success
96+
@test sol.retcode == ReturnCode.Success
9897
sol[absb.output.u]

0 commit comments

Comments
 (0)