Skip to content

Commit aa1bbc4

Browse files
committed
removing redundant file
1 parent fe70c38 commit aa1bbc4

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

quaddtype/tests/test_finfo.py

Whitespace-only changes.

quaddtype/tests/test_quaddtype.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@ def test_hyperbolic_functions(op, val):
595595
rtol = 1e-13 if abs(float_result) < 1e100 else 1e-10
596596
np.testing.assert_allclose(float(quad_result), float_result, rtol=rtol, atol=1e-15,
597597
err_msg=f"Value mismatch for {op}({val})")
598+
598599
# Check sign for zero results
599600
if float_result == 0.0:
600601
assert np.signbit(float_result) == np.signbit(

0 commit comments

Comments
 (0)