Actually, all the tests pass for me in his branch on both architectures.  

And I think Mateusz must have changed the algorithm itself in his branch, 
because the doctest is the same there.

Aaron Meurer
On Apr 6, 2010, at 2:42 PM, Christian Muise wrote:

> Ahh, well that explains things. Please ignore then ;).
> 
>   Cheers
> 
> On Tue, Apr 6, 2010 at 4:36 PM, Vinzent Steinberg 
> <vinzent.steinb...@googlemail.com> wrote:
> 2010/4/6 Christian Muise <christian.mu...@gmail.com>:
> > The output from the following polynomials function has the order of
> > arguments wrong (although mathematically correct):
> > - solve_poly_system([y**2 - x**3 + 1, y*x], x, y)
> >
> >  This was causing a test to fail.
> >
> > Git repo: git://github.com/haz/sympy.git
> > Branch: doc-test
> 
> I think your patch does not fix the problem, because the order is
> platform-dependent. This is due to hash() returning different values
> among different platforms (especially 32 and 64 bit). The polys8
> branch of Mateusz fixes this problem correctly I think.
> 
> Vinzent
> 
> --
> 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.

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