Skip to content

Commit

Permalink
Merge pull request #26605 from AlbertoJimenezRuiz/master
Browse files Browse the repository at this point in the history
Removed Empty Row Checking
  • Loading branch information
oscarbenjamin committed May 17, 2024
2 parents 88b3aed + 8ba9824 commit 22a55b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ Akshit Agarwal <akshit.jiit@gmail.com>
AkuBrain <76952313+Franck2111@users.noreply.github.com>
Alan Bromborsky <abrombo@verizon.net> <abrombo@verizon.net>
Alan Bromborsky <abrombo@verizon.net> <brombo@GA.(none)>
Alberto Jiménez Ruiz <Alberto.Jimenez@uclm.es>
Alec Kalinin <alec.kalinin@gmail.com>
Aleksandar Makelov <amakelov@college.harvard.edu>
Alex Argunov <sajkoooo@gmail.com>
Expand Down
2 changes: 0 additions & 2 deletions sympy/matrices/matrixbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -3851,8 +3851,6 @@ def make_explicit_row(row):
if hasattr(row, '__array__'):
if 0 in row.shape:
continue
elif not row:
continue

if evaluate and all(ismat(i) for i in row):
r, c, flatT = cls._handle_creation_inputs(
Expand Down

0 comments on commit 22a55b8

Please sign in to comment.