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 c8e8f4e commit 897df65Copy full SHA for 897df65
test/runtests.jl
@@ -35,7 +35,6 @@ end
35
@time @safetestset "ForwardDiff Dual Detection" include("forwarddiff_dual_detection.jl")
36
@time @safetestset "ODE default norm" include("ode_default_norm.jl")
37
@time @safetestset "ODE default unstable check" include("ode_default_unstable_check.jl")
38
- @time @safetestset "Termination Conditions" include("termination_conditions.jl")
39
end
40
41
if !is_APPVEYOR && GROUP == "Downstream"
test/termination_conditions.jl
0 commit comments