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 379a51a commit 2507cb4Copy full SHA for 2507cb4
test/runtests.jl
@@ -65,7 +65,7 @@ end
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")
68
- @time @safetestset "Community Callback Tests" include("downstream/community_callback_tests.jl")
+ #@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")
71
end
0 commit comments