Skip to content

Commit 8c72ff5

Browse files
bugfix: updated import (#694)
1 parent 91647c5 commit 8c72ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preliz/ppls/pymc_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pymc.pytensorf import compile, join_nonshared_inputs
1010
from pymc.util import get_untransformed_name, is_transformed_name
1111
from pytensor import function
12-
from pytensor.graph.basic import ancestors
12+
from pytensor.graph.traversal import ancestors
1313
from pytensor.tensor import TensorConstant, matrix
1414
except ModuleNotFoundError:
1515
pass

0 commit comments

Comments
 (0)