File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717import numpy as np
1818import pytensor .tensor as pt
1919
20+ from numpy .lib .array_utils import normalize_axis_tuple
2021from pytensor .graph import Op
21- from pytensor .npy_2_compat import normalize_axis_tuple
2222from pytensor .tensor import TensorVariable
2323
2424from pymc .logprob .transforms import (
Original file line number Diff line number Diff line change 3737
3838from pathlib import Path
3939
40+ from numpy .lib .array_utils import normalize_axis_index
4041from pytensor import tensor as pt
4142from pytensor .graph .fg import FunctionGraph
4243from pytensor .graph .rewriting .basic import node_rewriter
43- from pytensor .npy_2_compat import normalize_axis_index
4444from pytensor .tensor import TensorVariable
4545from pytensor .tensor .basic import Join , MakeVector , Split
4646from pytensor .tensor .elemwise import DimShuffle , Elemwise
You can’t perform that action at this time.
0 commit comments