Skip to content

Commit 5a2af98

Browse files
committed
pre-commit
1 parent 5bb857e commit 5a2af98

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pytensor/link/numba/dispatch/extra_ops.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ def numba_funcify_CumOp(op: CumOp, node: Apply, **kwargs):
3737
mode = op.mode
3838
ndim = cast(TensorVariable, node.outputs[0]).ndim
3939

40-
41-
4240
reaxis_first = (axis, *(i for i in range(ndim) if i != axis))
4341
reaxis_first_inv = tuple(np.argsort(reaxis_first))
4442

0 commit comments

Comments
 (0)