We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a5eba commit db7ae4dCopy full SHA for db7ae4d
pytensor/link/numba/dispatch/elemwise.py
@@ -554,7 +554,7 @@ def transpose(x):
554
555
shape_template = (1,) * ndim_new_shape
556
557
- # When `len(shuffle) == 0`, the `shuffle_shape[j]` expression above is
+ # When `len(shuffle) == 0`, the `shuffle_shape[j]` expression below
558
# is typed as `getitem(Tuple(), int)`, which has no implementation
559
# (since getting an item from an empty sequence doesn't make sense).
560
# To avoid this compile-time error, we omit the expression altogether.
0 commit comments