ma., 05.07.2010 kl. 10.08 -0700, skrev Ondrej Certik:
> On Mon, Jul 5, 2010 at 5:16 AM, Øyvind Jensen <jensen.oyv...@gmail.com> wrote:
> >
> >
> > On 4 Jul, 19:54, Ondrej Certik <ond...@certik.cz> wrote:
> >> On Sun, Jul 4, 2010 at 10:45 AM, Aaron S. Meurer <asmeu...@gmail.com> 
> >> wrote:
> >>
> >> >> Oops, you are right.
> >>
> >> >> I just fixed that. I forgot to run doctests, and the reason is that I
> >> >> got a failure in mpmath tests, some vizualization problem, when I run
> >> >> it remotely.
> >>
> >> > See issue 1956.
> >>
> >> I just fixed that too.
> >
> > 1956 is not fixed in master:
> >
> > [...@ubuntulaptop sympy (master)]$ git log --oneline -1
> > 34a70c9 Don't run mpmath pylab tests, if pylab fails to import
> > [...@ubuntulaptop sympy (master)]$ bin/test sympy/mpmath/tests/
> > test_visualization.py
> > ============================= test process starts
> > ==============================
> > executable:   /usr/bin/python  (2.5.2-final-0)
> >
> > sympy/mpmath/tests/test_visualization.py[1]
> > E                             [FAIL]
> >
> > ________________________________________________________________________________
> > ______________ sympy/mpmath/tests/test_visualization.py:test_axes
> > ______________
> >  File "/home/oy/git_workingdir/sympy/sympy/mpmath/tests/
> > test_visualization.py", line 22, in test_axes
> >    assert axes.get_xlabel() == 'x'
> > AttributeError: Subplot instance has no attribute 'get_xlabel'
> >
> > =========== tests finished: 0 passed, 1 exceptions, in 1.19 seconds
> > ============
> > DO *NOT* COMMIT!
> 
> That's a different error -- what version of matplotlib do you have?
> 
> Ondrej

In [1]: import matplotlib

In [2]: matplotlib.__version__
Out[2]: '0.91.2'

It's old, but it is the version shipped with Ubuntu hardy, so it will be
around for another year at least.

Øyvind

-- 
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patc...@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to