Message3900

Author pjenvey
Recipients pjenvey
Date 2008-12-10.04:55:54
SpamBayes Score 0.02279525
Marked as misclassified No
Message-id <1228884954.85.0.888359728358.issue1197@psf.upfronthosting.co.za>
In-reply-to
Content
This is the cause of at least one SymPy test failure:

__________ sympy/mpmath/tests/test_convert.py:test_conversion_methods 
__________
 File "/home/ondra/repos/sympy/sympy/mpmath/tests/test_convert.py",
line 112, in test_conversion_methods
   assert (y+x).ae(mpf('4.3'))
AttributeError: 'NoneType' object has no attribute 'ae'
History
Date User Action Args
2008-12-10 04:55:54pjenveysetmessageid: <1228884954.85.0.888359728358.issue1197@psf.upfronthosting.co.za>
2008-12-10 04:55:54pjenveysetrecipients: + pjenvey
2008-12-10 04:55:54pjenveylinkissue1197 messages
2008-12-10 04:55:54pjenveycreate