Skip to content

Commit 95e2e64

Browse files
committed
Some leftover renames
1 parent 8cbd678 commit 95e2e64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytensor/link/numba/dispatch/extra_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Unique,
2020
UnravelIndex,
2121
)
22-
from aesara.raise_op import CheckAndRaise
22+
from pytensor.raise_op import CheckAndRaise
2323

2424

2525
@numba_funcify.register(Bartlett)

tests/link/numba/test_cython_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import scipy.special.cython_special
44
from numba.types import float32, float64, int32, int64
55

6-
from aesara.link.numba.dispatch.cython_support import Signature, wrap_cython_function
6+
from pytensor.link.numba.dispatch.cython_support import Signature, wrap_cython_function
77

88

99
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)