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 70fb7cf commit 2672b45Copy full SHA for 2672b45
pytensor/link/numba/dispatch/basic.py
@@ -466,7 +466,7 @@ def argort_vec(X, axis):
466
axis = axis.item()
467
468
Y = np.swapaxes(X, axis, 0)
469
- result = np.empty_like(Y)
+ result = np.empty_like(Y, dtype="int64")
470
471
indices = list(np.ndindex(Y.shape[1:]))
472
0 commit comments