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 3399b23 commit 61f49a1Copy full SHA for 61f49a1
test/runtests.jl
@@ -78,6 +78,7 @@ const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all"))
78
@safetestset "ProbProg Sample" include("probprog/sample.jl")
79
@safetestset "ProbProg Simulate" include("probprog/simulate.jl")
80
@safetestset "ProbProg Generate" include("probprog/generate.jl")
81
+ @safetestset "ProbProg MH" include("probprog/mh.jl")
82
@safetestset "ProbProg HMC" include("probprog/hmc.jl")
83
end
84
0 commit comments