Skip to content

Commit 99532e0

Browse files
committed
Formatting
1 parent 6fb7f9b commit 99532e0

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
@@ -24,8 +24,7 @@
2424
]
2525
# Mooncake can't currently handle something that is going on in
2626
# SimpleVarInfo{<:VarNamedVector}. Disable all SimpleVarInfo tests for now.
27-
if adtype isa ADTypes.AutoMooncake &&
28-
varinfo isa DynamicPPL.SimpleVarInfo
27+
if adtype isa ADTypes.AutoMooncake && varinfo isa DynamicPPL.SimpleVarInfo
2928
@test_broken 1 == 0
3029
else
3130
ad_f = LogDensityProblemsAD.ADgradient(adtype, f)

0 commit comments

Comments
 (0)