Sympy version 0.7.6-git, up-to-date with the current master on github.

Le dimanche 26 avril 2015 16:42:12 UTC-4, [email protected] a écrit :
>
> Hi,
>
> I ran test on the latest sympy fetched from github and the plot_implicit 
> tests are failing, complaining that "Eq" is not defined. I am using Python 
> 2.7, would any of you have an idea of the origin of the problem ?
>
> Below is the error message I got when testing only the plotting module:
>
>
> _________________________________________________________________________________________________________________________________________________________________________________
> __________________________________________________________ 
> sympy/plotting/tests/test_plot_implicit.py:test_matplotlib 
> ___________________________________________________________
>   File 
> "/home/jerome/Documents/Atlanta/post-doc/Python/sympy_save/sympy/plotting/tests/test_plot_implicit.py",
>  
> line 70, in test_matplotlib
>     plot_and_save('test')
>   File 
> "/home/jerome/Documents/Atlanta/post-doc/Python/sympy_save/sympy/plotting/tests/test_plot_implicit.py",
>  
> line 22, in plot_and_save
>     plot_implicit(Eq(y, cos(x)), (x, -5, 5), (y, -2, 
> 2)).save(tmp_file(name))
>   File "sympy/plotting/plot_implicit.py", line 375, in plot_implicit
>     p.show()
>   File "sympy/plotting/plot.py", line 185, in show
>     self._backend.show()
>   File "sympy/plotting/plot.py", line 1018, in show
>     self.process_series()
>   File "sympy/plotting/plot.py", line 921, in process_series
>     points = s.get_raster()
>   File "sympy/plotting/plot_implicit.py", line 81, in get_raster
>     temp = func(xinterval, yinterval)
>   File "<string>", line 1, in <lambda>
> NameError: global name 'Eq' is not defined
>
> ========================================================== tests finished: 
> 35 passed, 1 exceptions, in 279.77 seconds 
> ===========================================================
> DO *NOT* COMMIT!
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/2a19aacc-1260-487c-a38b-1abf7acc90ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to