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 745b3ae commit 4e0844bCopy full SHA for 4e0844b
test/runtests.jl
@@ -30,6 +30,7 @@ LONGER_TESTS && @time @testset "Weak Convergence Tests" begin include("weak_conv
30
@time @testset "Events Tests" begin include("events_test.jl") end
31
@time @testset "Cache Tests" begin include("cache_test.jl") end
32
@time @testset "Element-wise Tolerances Tests" begin include("tolerances_tests.jl") end
33
+# @time @testset "Scalar Tests" begin include("scalar_noise.jl") end # Fails because of bounds checks
34
35
#Adaptive SDE
36
@time @testset "Adaptive SDE Linear Tests" begin include("adaptive/sde_linearadaptive_tests.jl") end
0 commit comments