Skip to content

Commit efc5c1b

Browse files
committed
Revert redundant change
1 parent 92d1d0b commit efc5c1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sympy/matrices/matrices.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,8 +1077,8 @@ def do(x):
10771077
r, c, flatT = cls._handle_creation_inputs(
10781078
[i.T for i in row])
10791079
T = reshape(flatT, [c])
1080-
flat = [T[i][j] for j in range(c) for i
1081-
in range(r)]
1080+
flat = \
1081+
[T[i][j] for j in range(c) for i in range(r)]
10821082
r, c = c, r
10831083
else:
10841084
r = 1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy