Skip to content

Commit

Permalink
prevent test_fit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel authored Feb 27, 2024
1 parent 476d15a commit 5ae5f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cortecs/tests/test_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_nan_pca_cube_errors(self):
i want to make a linalg errror!
:return:
"""
bad_cube = np.zeros((3, 3)) * np.inf
bad_cube = np.ones((3, 3)) * np.nan

self.assertRaises(
ValueError,
Expand Down

0 comments on commit 5ae5f75

Please sign in to comment.