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 3d5b5f0 commit c3885f5Copy full SHA for c3885f5
test/runtests.jl
@@ -64,7 +64,7 @@ end
64
@time @safetestset "Unwrapping" include("downstream/unwrapping.jl")
65
@time @safetestset "Callback BigFloats" include("downstream/bigfloat_events.jl")
66
@time @safetestset "DE stats" include("downstream/stats_tests.jl")
67
- @time @safetestset "Ensemble AD Tests" include("downstream/ensemble_ad.jl")
+ #@time @safetestset "Ensemble AD Tests" include("downstream/ensemble_ad.jl")
68
@time @safetestset "Community Callback Tests" include("downstream/community_callback_tests.jl")
69
@time @safetestset "AD via ode with complex numbers" include("downstream/complex_number_ad.jl")
70
@time @testset "Distributed Ensemble Tests" include("downstream/distributed_ensemble.jl")
0 commit comments