This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients mark.dickinson, rhettinger
Date 2013-07-20.08:22:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374308529.32.0.533488651827.issue18513@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_specific_values (__main__.CMathTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/raymondhettinger/cpython/Lib/test/test_cmath.py", line 382, in test_specific_values
    msg=error_message)
  File "/Users/raymondhettinger/cpython/Lib/test/test_cmath.py", line 128, in rAssertAlmostEqual
    'got {!r}'.format(a, b))
AssertionError: rect1017: rect(complex(0.0, -0.0))
Expected: complex(0.0, -0.0)
Received: complex(0.0, 0.0)
Received value insufficiently close to expected value.
History
Date User Action Args
2013-07-20 08:22:09rhettingersetrecipients: + rhettinger, mark.dickinson
2013-07-20 08:22:09rhettingersetmessageid: <1374308529.32.0.533488651827.issue18513@psf.upfronthosting.co.za>
2013-07-20 08:22:09rhettingerlinkissue18513 messages
2013-07-20 08:22:08rhettingercreate