Skip to content

Commit ff642a1

Browse files
committed
rename test
1 parent ac10f58 commit ff642a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/probprog/hmc.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,13 @@ function hmc_program(
4141
)
4242
t, _, _ = ProbProg.generate(rng, constraint, model, xs; constrained_addresses)
4343

44-
t, accepted, _ = ProbProg.hmc(
44+
t, accepted, _ = ProbProg.mcmc(
4545
rng,
4646
t,
4747
model,
4848
xs;
4949
selection=ProbProg.select(ProbProg.Address(:param_a), ProbProg.Address(:param_b)),
50+
algorithm=:HMC,
5051
inverse_mass_matrix,
5152
step_size,
5253
num_steps,

0 commit comments

Comments
 (0)