Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Hentschel committed Jul 14, 2023
1 parent 98e4c1a commit 458aea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/howto_metropolis_within_gibbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def build_normal_rmh_kernel(rng_key, state, logdensity_fn, sigma):
transition_generator=blackjax.mcmc.random_walk.normal(sigma)
)
return kernel
mwg_step_fn_x = build_normal_rmh_kernel
mwg_step_fn_y = blackjax.hmc.build_kernel() # default integrator, etc.
Expand Down

0 comments on commit 458aea6

Please sign in to comment.