Skip to content

Commit 36411a4

Browse files
committed
just a small fix
1 parent 8881753 commit 36411a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/tests/test_quaddtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def test_array_operations():
189189
(float('inf'), 3.0), (float('-inf'), 3.0),
190190
(float('inf'), float('inf')), (float('-inf'), float('-inf')),
191191
])
192-
def test_mod_comprehensive(a, b, backend, op):
192+
def test_mod(a, b, backend, op):
193193
"""Comprehensive test for mod operation against NumPy behavior"""
194194
if backend == "sleef":
195195
quad_a = QuadPrecision(str(a))

0 commit comments

Comments
 (0)