Skip to content

Commit 452d0d0

Browse files
committed
Re-enable Mooncake tests in mcmc/abstractmcmc
1 parent e9e20dc commit 452d0d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/mcmc/abstractmcmc.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,7 @@ end
116116

117117
@testset "External samplers" begin
118118
@testset "AdvancedHMC.jl" begin
119-
# TODO(mhauru) The below tests fail with Mooncake, see
120-
# https://github.com/TuringLang/Turing.jl/pull/2289.
121-
# Once that is fixed, this should say `for adtype in ADUtils.adbackends`.
122-
@testset "adtype=$adtype" for adtype in [AutoForwardDiff(), AutoReverseDiff()]
119+
@testset "adtype=$adtype" for adtype in ADUtils.adbackends
123120
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
124121
# Need some functionality to initialize the sampler.
125122
# TODO: Remove this once the constructors in the respective packages become "lazy".

0 commit comments

Comments
 (0)