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