Open GoogleCodeExporter opened 9 years ago
For the first error, looks like we need to remove the dependency on
itertools.product to support Python 2.5.
I'm not sure what's causing the second one. What is the matplotlib version?
Original comment by fredrik....@gmail.com
on 5 Dec 2010 at 7:03
>>> matplotlib.__version__
'1.0.0'
Original comment by nils...@googlemail.com
on 5 Dec 2010 at 7:14
O.k. it works fine with matplotlib r8813 | mdboom | 2010-11-30 18:37:39 +0100
(Di, 30. Nov 2010) |
Original comment by nils...@googlemail.com
on 5 Dec 2010 at 7:25
First problem should be fixed now; please verify.
Original comment by fredrik....@gmail.com
on 5 Jan 2011 at 9:32
No test failures here. IMHO ticket can be closed.
>>> import mpmath
>>> mpmath.runtests()
mpmath imported from /home/nwagner/local/lib/python2.7/site-packages/mpmath
mpmath backend: python
mpmath mp class: <mpmath.ctx_mp.MPContext object at 0x943b90>
mpmath version: 0.18-svn
Python version: 2.7.2 (default, Aug 19 2011, 20:41:43) [GCC]
...
test_summation
fprod ok 0.0001469 s
fsum ok 0.0012341 s
nprod ok 0.0245900 s
nsum ok 0.1282420 s
sumem ok 0.1670699 s
test_trig
trig_misc_hard ok 0.0016930 s
trig_near_n_pi ok 0.0036759 s
trig_near_zero ok 0.0007091 s
test_visualization
axes ok 5.5386968 s
finished tests in 54.43 seconds
Original comment by nils...@googlemail.com
on 14 Mar 2012 at 7:57
Original issue reported on code.google.com by
nils...@googlemail.com
on 3 Dec 2010 at 7:42