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 e9ad8fd commit 03961e7Copy full SHA for 03961e7
test/integrators/check_error.jl
@@ -57,5 +57,5 @@ end
57
@test_broken sol.retcode = ReturnCode.Success
58
end
59
60
-@test_throws ArgumentError solve(prob, Euler(), dt=0.1 adaptive=true)
+@test_throws ArgumentError solve(prob, Euler(), dt=0.1, adaptive=true)
61
@test_throws ArgumentError solve(prob, Euler())
0 commit comments