Skip to content

Commit abb784e

Browse files
Update quaddtype/tests/test_quaddtype.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0de3e89 commit abb784e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

quaddtype/tests/test_quaddtype.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,6 @@ def test_hypot(x1, x2, expected):
19251925
(-np.inf, -np.inf),
19261926
(np.nan, np.nan),
19271927
# Edge cases
1928-
(0.0, 0.0),
19291928
(-0.0, -0.0),
19301929
])
19311930
def test_degrees_rad2deg(op, radians, expected_degrees):

0 commit comments

Comments
 (0)