Skip to content

Commit 1536dc0

Browse files
committed
minor
1 parent 289b9d2 commit 1536dc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/probprog/hmc.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ function hmc_program(
4747
model,
4848
xs;
4949
selection=ProbProg.select(ProbProg.Address(:param_a), ProbProg.Address(:param_b)),
50-
mass=mass,
51-
step_size=step_size,
52-
num_steps=num_steps,
53-
initial_momentum=initial_momentum,
50+
mass,
51+
step_size,
52+
num_steps,
53+
initial_momentum,
5454
)
5555

5656
return t, accepted

0 commit comments

Comments
 (0)