Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenharry committed Jan 21, 2025
1 parent a0812be commit 7b7588b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackjax/adaptation/adjusted_mclmc_adaptation.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ def step(state, key):
return next_state, next_state.position

state, samples = jax.lax.scan(
f=step,
init=state,
f=step,
xs=adaptation_L_keys,
)

Expand Down

0 comments on commit 7b7588b

Please sign in to comment.