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 8f1f7d8 commit 09ac46eCopy full SHA for 09ac46e
test/ad.jl
@@ -37,7 +37,7 @@ using DynamicPPL: LogDensityFunction
37
@test_throws UndefRefError DynamicPPL.setadtype(ref_ldf, adtype)
38
elseif is_mooncake && is_1_10 && is_svi_od
39
# TODO: report upstream
40
- @test_throws Mooncake.MooncakeRuleCompilationError setadtype(
+ @test_throws Mooncake.MooncakeRuleCompilationError DynamicPPL.setadtype(
41
ref_ldf, adtype
42
)
43
else
0 commit comments