Message3902

Author pjenvey
Recipients pjenvey
Date 2008-12-10.05:25:16
SpamBayes Score 2.3676018e-06
Marked as misclassified No
Message-id <1228886718.32.0.14066336131.issue1198@psf.upfronthosting.co.za>
In-reply-to
Content
This is breaking a couple SymPy tests:

_______________ sympy/utilities/tests/test_lambdify.py:test_trig  
_______________
File "/home/ondra/repos/sympy/sympy/utilities/tests/ 
test_lambdify.py",
line 150, in test_trig
  d = f(pi)
File "<string>", line 1, in <lambda>
TypeError: cos(): 1st arg can't be coerced to double
_________________________________________________________
History
Date User Action Args
2008-12-10 05:25:18pjenveysetmessageid: <1228886718.32.0.14066336131.issue1198@psf.upfronthosting.co.za>
2008-12-10 05:25:18pjenveysetrecipients: + pjenvey
2008-12-10 05:25:17pjenveylinkissue1198 messages
2008-12-10 05:25:17pjenveycreate