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 4a234d6 commit 6fb7f9bCopy full SHA for 6fb7f9b
test/ad.jl
@@ -23,9 +23,9 @@
23
ADTypes.AutoMooncake(; config=nothing),
24
]
25
# Mooncake can't currently handle something that is going on in
26
- # SimpleVarInfo{<:VarNamedVector}. Disable tests for now.
+ # SimpleVarInfo{<:VarNamedVector}. Disable all SimpleVarInfo tests for now.
27
if adtype isa ADTypes.AutoMooncake &&
28
- varinfo isa DynamicPPL.SimpleVarInfo{<:DynamicPPL.VarNamedVector}
+ varinfo isa DynamicPPL.SimpleVarInfo
29
@test_broken 1 == 0
30
else
31
ad_f = LogDensityProblemsAD.ADgradient(adtype, f)
0 commit comments