Skip to content

Commit 92b90ae

Browse files
authored
Merge branch 'main' into index-rst-updates
2 parents 8ef1ee4 + a327630 commit 92b90ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyttb/tensor.py

-1
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,6 @@ def symmetrize( # noqa: PLR0912,PLR0915
13911391
combos = []
13921392
for i in range(0, ngrps):
13931393
combos.append(np.array(list(permutations(grps[i, :]))))
1394-
combos = np.stack(combos)
13951394

13961395
# Create all the permutations to be averaged
13971396
combo_lengths = [len(perm) for perm in combos]

0 commit comments

Comments
 (0)