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 4210f12 commit e86938eCopy full SHA for e86938e
test/ad.jl
@@ -190,8 +190,7 @@ ADTYPES = [
190
adtypes = (
191
Turing.AutoForwardDiff(),
192
Turing.AutoReverseDiff(),
193
- # TODO: Mooncake
194
- # Turing.AutoMooncake(config=nothing),
+ # Don't need to test Mooncake as it doesn't use tracer types
195
)
196
for actual_adtype in adtypes
197
sampler = Turing.HMC(0.1, 5; adtype=actual_adtype)
0 commit comments