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 accbe80 commit 34a47baCopy full SHA for 34a47ba
test/ad.jl
@@ -212,6 +212,10 @@ end
212
# This testset ensures that samplers or optimisers don't accidentally
213
# override the AD backend set in it.
214
@testset "adtype=$adtype" for adtype in ADTYPES
215
+ # Mooncake fails on 1.12 due to a missing rrule
216
+ if VERSION >= v"1.12-" && adtype isa AutoMooncake
217
+ continue
218
+ end
219
seed = 123
220
alg = HMC(0.1, 10; adtype=adtype)
221
m = DynamicPPL.contextualize(
0 commit comments