Fix for the polynomials docstring test.

2010-04-06 Thread Christian Muise
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 Cheers -- You received this

Re: Fix for the polynomials docstring test.

2010-04-06 Thread Vinzent Steinberg
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: