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 239d1f5 commit 611b0a1Copy full SHA for 611b0a1
test/upstream.jl
@@ -47,7 +47,7 @@ dyn(u, p, t) = ArrayPartition(
47
),AutoTsit5(Rodas5())
48
).retcode == :Success
49
50
-if VERSION <= v"1.6"
+if VERSION < v"1.7"
51
@test solve(
52
ODEProblem(
53
dyn,
0 commit comments