We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b66a7 commit 510833cCopy full SHA for 510833c
test/split_parameters.jl
@@ -93,6 +93,5 @@ sol = solve(prob, ImplicitEuler());
93
sys = structural_simplify(model)
94
prob = ODEProblem(sys, Pair[int.x => 0.0], (0.0, 1.0))
95
sol = solve(prob, Rodas4())
96
-@test isequal(unbound_inputs(sys), [])
97
-@test sol.retcode == Success
+@test sol.retcode == ReturnCode.Success
98
sol[absb.output.u]
0 commit comments