Skip to content

Commit d8f5855

Browse files
committed
Merge fix
1 parent 5dc05d8 commit d8f5855

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)