Skip to content

Commit

Permalink
Update test_valid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 14, 2024
1 parent 795a3d3 commit e3aff1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_linalg/test_valid.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def test_valid():
a = np.array([[np.NaN, np.NaN], [np.NaN, 4]])
a = np.array([[np.nan, np.nan], [np.nan, 4]])
v, mat = valid(a)

assert np.allclose(mat, np.array([[4]]))
Expand Down

0 comments on commit e3aff1b

Please sign in to comment.