Skip to content

Commit 5b0785a

Browse files
Update test/runtests.jl
1 parent 368a24a commit 5b0785a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ end
6464
@time @safetestset "Unwrapping" include("downstream/unwrapping.jl")
6565
@time @safetestset "Callback BigFloats" include("downstream/bigfloat_events.jl")
6666
@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")
67+
@time @safetestset "Ensemble AD Tests" include("downstream/ensemble_ad.jl")
68+
@time @safetestset "Community Callback Tests" include("downstream/community_callback_tests.jl")
6969
@time @safetestset "AD via ode with complex numbers" include("downstream/complex_number_ad.jl")
7070
@time @testset "Distributed Ensemble Tests" include("downstream/distributed_ensemble.jl")
7171
end

0 commit comments

Comments
 (0)