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.

ond...@raven:~/repos/sympy(master)$ bin/test
sympy/mpmath/tests/test_visualization.py
============================= test process starts ==============================
executable:   /usr/bin/python  (2.6.5-final-0)

sympy/mpmath/tests/test_visualization.py[1] E                             [FAIL]

________________________________________________________________________________
______________ sympy/mpmath/tests/test_visualization.py:test_axes ______________
  File "/home/ondrej/repos/sympy/sympy/mpmath/tests/test_visualization.py",
line 15, in test_axes
    fig = pylab.figure()
  File "/usr/lib/pymodules/python2.6/matplotlib/pyplot.py", line 254, in figure
    **kwargs)
  File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py",
line 90, in new_figure_manager
    window = Tk.Tk()
  File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 1646, in __init__
    self.tk = _tkinter.create(screenName, baseName, className,
interactive, wantobjects, useTk, sync, use)
TclError: no display name and no $DISPLAY environment variable

=========== tests finished: 0 passed, 1 exceptions, in 0.66 seconds ============
DO *NOT* COMMIT!


Ondrej

On Sun, Jul 4, 2010 at 8:56 AM, Aaron S. Meurer <asmeu...@gmail.com> wrote:
> For some reason, this patch removed the ">>> from sympy import lambdify" line 
> from the docstring, which now causes doctest failures.
>
> Aaron Meurer
>
> On Jul 2, 2010, at 6:05 PM, Ondrej Certik wrote:
>
>> Hi Matthew!
>>
>> On Thu, Jul 1, 2010 at 1:53 PM, Matthew Brett <matthew.br...@gmail.com> 
>> wrote:
>>> Hi,
>>>
>>> I posted to report a problem with lambdify and namespaces to the sympy
>>> mailing list a while ago:
>>>
>>> http://groups.google.com/group/sympy/browse_thread/thread/bb2c16413c49b6f9?fwc=2
>>>
>>> but was stirred by the silence to go and find and fix the bug (patch
>>> attached, with explanatory test).
>>
>> The patch is +1, and I've pushed it in. It's in this repo:
>>
>> http://github.com/sympy/sympy
>>
>> I am proposing on our list now that this becomes our official repo, it
>> sort of is already. (the git.sympy.org, running on my server,
>> currently got broken).
>>
>> Btw, I just talked to Andy in Pilsen, how he got involved with sympy
>> and he told me the exact same experience as you did --- was stirred by
>> the silence, so he just fixed it himself. :)
>>
>>>
>>> Sorry not to raise an Issue for this - issue - but I am in Cuba at the
>>> moment; Google code sees this and takes appropriate action.
>>
>> It sucks. Does github work fine?
>>
>> Ondrej
>
> --
> 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.
>
>

-- 
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