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 e120768 commit cf0ddc8Copy full SHA for cf0ddc8
test/runtests.jl
@@ -74,6 +74,7 @@ const REACTANT_TEST_GROUP = lowercase(get(ENV, "REACTANT_TEST_GROUP", "all"))
74
@safetestset "ProbProg Sample" include("probprog/sample.jl")
75
@safetestset "ProbProg Simulate" include("probprog/simulate.jl")
76
@safetestset "ProbProg Generate" include("probprog/generate.jl")
77
+ @safetestset "ProbProg MH" include("probprog/mh.jl")
78
@safetestset "ProbProg HMC" include("probprog/hmc.jl")
79
end
80
0 commit comments