Skip to content

Commit 7ca4d30

Browse files
committed
fix pre-commit
1 parent d8a4efe commit 7ca4d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/sampling/jax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ def _blackjax_inference_loop(
242242
seed, init_position, logprob_fn, draws, tune, target_accept, **adaptation_kwargs
243243
):
244244
import blackjax
245+
245246
from blackjax.adaptation.base import get_filter_adapt_info_fn
246247

247248
algorithm_name = adaptation_kwargs.pop("algorithm", "nuts")

0 commit comments

Comments
 (0)