[New-bugs-announce] [issue5593] test_math.testFsum failure on release30-maint

Antoine Pitrou report at bugs.python.org
Sun Mar 29 03:07:42 CEST 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

I started getting this in release30-maint (not in py3k).

======================================================================
FAIL: testFsum (test.test_math.MathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/30/Lib/test/test_math.py", line 443, in testFsum
    self.assertEqual(actual, expected)
AssertionError: 1.1102230246251565e-16 != 0.0

----------------------------------------------------------------------

----------
components: Interpreter Core
messages: 84354
nosy: marketdickinson, pitrou
priority: normal
severity: normal
status: open
title: test_math.testFsum failure on release30-maint
type: behavior
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5593>
_______________________________________


More information about the New-bugs-announce mailing list