Skip to content

Commit e86938e

Browse files
committed
Remove TODO comment about Mooncake
1 parent 4210f12 commit e86938e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/ad.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ ADTYPES = [
190190
adtypes = (
191191
Turing.AutoForwardDiff(),
192192
Turing.AutoReverseDiff(),
193-
# TODO: Mooncake
194-
# Turing.AutoMooncake(config=nothing),
193+
# Don't need to test Mooncake as it doesn't use tracer types
195194
)
196195
for actual_adtype in adtypes
197196
sampler = Turing.HMC(0.1, 5; adtype=actual_adtype)

0 commit comments

Comments
 (0)