Skip to content

Commit f5aeaf6

Browse files
committed
Format fix
1 parent 59ebfdb commit f5aeaf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/sampling_jax.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ def sample_numpyro_nuts(
173173
map_seed = jax.random.split(seed, chains)
174174

175175
if chains == 1:
176-
init_params=init_state
176+
init_params = init_state
177177
map_seed = seed
178178
else:
179-
init_params=init_state_batched
179+
init_params = init_state_batched
180180

181181
pmap_numpyro.run(
182182
map_seed,

0 commit comments

Comments
 (0)