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 429e05d commit f4d2a18Copy full SHA for f4d2a18
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