We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a079be commit d70a470Copy full SHA for d70a470
test/odesystem.jl
@@ -1660,3 +1660,4 @@ end
1660
@test_throws ArgumentError @mtkbuild sys = ODESystem(eqs, t; constraints = cons)
1661
cons = [x(t) * v ~ 3]
1662
@test_throws ArgumentError @mtkbuild sys = ODESystem(eqs, t; constraints = cons) # Need time argument.
1663
+end
0 commit comments