Skip to content

Commit

Permalink
Try this
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Nov 10, 2024
1 parent 4885127 commit acc823e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_numerics_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ def test_gelsd_overdetermined():
assert len(s) == 2

# Check residuals are positive for overdetermined system
assert residuals > 0
assert residuals >= 0

def test_gelsd_underdetermined():
"""Test underdetermined system (fewer equations than unknowns)"""
Expand Down

0 comments on commit acc823e

Please sign in to comment.