Skip to content

Commit

Permalink
FIX BAD MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenharry committed May 15, 2024
2 parents beb6cbe + 45429b8 commit 3e66be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blackjax/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from jax.random import normal, split
from jax.tree_util import tree_leaves

from blackjax.base import Info, SamplingAlgorithm, State, VIAlgorithm
from blackjax.base import SamplingAlgorithm, VIAlgorithm
from blackjax.progress_bar import progress_bar_scan
from blackjax.types import Array, ArrayLikeTree, ArrayTree, PRNGKey

Expand Down

0 comments on commit 3e66be7

Please sign in to comment.