Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
eberrigan committed Mar 2, 2024
1 parent e38b289 commit 880817d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ellipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def test_fit_ellipse():
pts = np.array([])
assert np.isnan(fit_ellipse(pts)).all()


# Test when pts has NaNs only
pts = np.array([[np.nan, np.nan], [np.nan, np.nan], [np.nan, np.nan]])
assert np.isnan(fit_ellipse(pts)).all()
Expand Down

0 comments on commit 880817d

Please sign in to comment.