Skip to content

Commit cdb78f6

Browse files
Resolve conflicts with main
1 parent b68b973 commit cdb78f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytensor/link/numba/dispatch/basic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from pytensor.tensor.blas import BatchedDot
3838
from pytensor.tensor.math import Dot
3939
from pytensor.tensor.shape import Reshape, Shape, Shape_i, SpecifyShape
40-
from pytensor.tensor.slinalg import Solve
40+
from pytensor.tensor.slinalg import Cholesky, Solve
4141
from pytensor.tensor.subtensor import (
4242
AdvancedIncSubtensor,
4343
AdvancedIncSubtensor1,
@@ -808,6 +808,7 @@ def softplus(x):
808808

809809
return softplus
810810

811+
811812
@numba_funcify.register(Cholesky)
812813
def numba_funcify_Cholesky(op, node, **kwargs):
813814
lower = op.lower

0 commit comments

Comments
 (0)