Skip to content

Commit

Permalink
lint the code
Browse files Browse the repository at this point in the history
  • Loading branch information
gianlucadetommaso committed Dec 19, 2023
1 parent 4d9dca9 commit 4c4bd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fortuna/prob_model/predictive/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ def _sample(key, _inputs):
if distribute:
outputs = jnp.stack(
list(map(lambda key: _sample(shard_prng_key(key), inputs), keys)),
axis=1
axis=1,
)
outputs = self._unshard_ensemble_arrays(outputs)
else:
Expand Down

0 comments on commit 4c4bd0b

Please sign in to comment.