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 e9e20dc commit 452d0d0Copy full SHA for 452d0d0
test/mcmc/abstractmcmc.jl
@@ -116,10 +116,7 @@ end
116
117
@testset "External samplers" begin
118
@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()]
+ @testset "adtype=$adtype" for adtype in ADUtils.adbackends
123
@testset "$(model.f)" for model in DynamicPPL.TestUtils.DEMO_MODELS
124
# Need some functionality to initialize the sampler.
125
# TODO: Remove this once the constructors in the respective packages become "lazy".
0 commit comments