Skip to content

Commit 435726f

Browse files
committed
import progress bar functions from pymc.progress_bar instead of pymc.util
1 parent 9c50e94 commit 435726f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pymc_extras/inference/pathfinder/pathfinder.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,15 @@
3838
from pymc.initial_point import make_initial_point_fn
3939
from pymc.model import modelcontext
4040
from pymc.model.core import Point
41+
from pymc.progress_bar import CustomProgress, default_progress_theme
4142
from pymc.pytensorf import (
4243
compile,
4344
find_rng_nodes,
4445
reseed_rngs,
4546
)
4647
from pymc.util import (
47-
CustomProgress,
4848
RandomSeed,
4949
_get_seeds_per_chain,
50-
default_progress_theme,
5150
get_default_varnames,
5251
)
5352
from pytensor.compile.function.types import Function

0 commit comments

Comments
 (0)