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 666959b commit 2d34ca5Copy full SHA for 2d34ca5
test/probprog/hmc.jl
@@ -87,7 +87,6 @@ end
87
)
88
@test contains(repr(code), "enzyme_probprog_get_flattened_samples_from_trace")
89
@test contains(repr(code), "enzyme_probprog_get_weight_from_trace")
90
- @test !contains(repr(code), "enzyme.mh")
91
@test !contains(repr(code), "enzyme.mcmc")
92
93
compile_time_s = @elapsed begin
0 commit comments