Skip to content

Commit 4e0844b

Browse files
add scalar test
1 parent 745b3ae commit 4e0844b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ LONGER_TESTS && @time @testset "Weak Convergence Tests" begin include("weak_conv
3030
@time @testset "Events Tests" begin include("events_test.jl") end
3131
@time @testset "Cache Tests" begin include("cache_test.jl") end
3232
@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
3334

3435
#Adaptive SDE
3536
@time @testset "Adaptive SDE Linear Tests" begin include("adaptive/sde_linearadaptive_tests.jl") end

0 commit comments

Comments
 (0)