Skip to content

Commit 9255115

Browse files
committed
Check Gentoo bot to determine which guard caused the tests to pass
1 parent 5edc606 commit 9255115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_math.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ def testHypot(self):
803803
scale = FLOAT_MIN / 2.0 ** exp
804804
self.assertEqual(math.hypot(4*scale, 3*scale), 5*scale)
805805

806-
@requires_IEEE_754
806+
#@requires_IEEE_754
807807
@unittest.skipIf(HAVE_DOUBLE_ROUNDING,
808808
"hypot() loses accuracy on machines with double rounding")
809809
def testHypotAccuracy(self):

0 commit comments

Comments
 (0)