Comment #17 on issue 1306 by ondrej.certik: Test the rst docs
http://code.google.com/p/sympy/issues/detail?id=1306

One test fails on 64bits, and the following patch fixes it:


$ git diff
diff --git a/doc/src/modules/polynomials.txt  
b/doc/src/modules/polynomials.txt
index 200876b..30b2425 100644
--- a/doc/src/modules/polynomials.txt
+++ b/doc/src/modules/polynomials.txt
@@ -225,7 +225,7 @@ polynomials and to solve some systems of polynomial  
equation

      >>> p = Symbol('p')
      >>> q = Symbol('q')
-    >>> solve(x**2 + p*x + q, x)
+    >>> sorted(solve(x**2 + p*x + q, x))
                ___________           ___________
               /         2           /         2
         p   \/  -4*q + p      p   \/  -4*q + p


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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

Reply via email to