Comment #13 on issue 1587 by asmeurer: Polynomials docs
http://code.google.com/p/sympy/issues/detail?id=1587
I am still looking into the namespace issue, but there is another issue. I
get the following errors in 64-bit only:
**********************************************************************
File "/users/aaronmeurer/documents/python/sympy/sympy/doc/src/modules/polys/wester.txt",
line
206, in wester.txt
Failed example:
factor(f, gaussian=True)
Expected:
⎛ 3⋅ⅈ⎞ ⎛ 3⋅ⅈ⎞
4⋅⎜x - ───⎟⋅⎜x + ───⎟⋅(x - 4⋅ⅈ + 1)⋅(x + 4⋅ⅈ + 1)
⎝ 2 ⎠ ⎝ 2 ⎠
Got:
⎛ 3⋅ⅈ⎞ ⎛ 3⋅ⅈ⎞
4⋅⎜x + ───⎟⋅⎜x - ───⎟⋅(x - 4⋅ⅈ + 1)⋅(x + 4⋅ⅈ + 1)
⎝ 2 ⎠ ⎝ 2 ⎠
**********************************************************************
File "/users/aaronmeurer/documents/python/sympy/sympy/doc/src/modules/polys/wester.txt",
line
216, in wester.txt
Failed example:
factor(f, extension=I)
Expected:
⎛ 3⋅ⅈ⎞ ⎛ 3⋅ⅈ⎞
4⋅⎜x - ───⎟⋅⎜x + ───⎟⋅(x - 4⋅ⅈ + 1)⋅(x + 4⋅ⅈ + 1)
⎝ 2 ⎠ ⎝ 2 ⎠
Got:
⎛ 3⋅ⅈ⎞ ⎛ 3⋅ⅈ⎞
4⋅⎜x + ───⎟⋅⎜x - ───⎟⋅(x - 4⋅ⅈ + 1)⋅(x + 4⋅ⅈ + 1)
⎝ 2 ⎠ ⎝ 2 ⎠
**********************************************************************
File "/users/aaronmeurer/documents/python/sympy/sympy/doc/src/modules/polys/wester.txt",
line
416, in wester.txt
Failed example:
factor(x**3 + y**3, extension=sqrt(-3))
Expected:
⎛ ⎛ ⎽⎽⎽ ⎞⎞ ⎛ ⎛ ⎽⎽⎽ ⎞⎞
⎜ ⎜ⅈ⋅╲╱ 3 1⎟⎟ ⎜ ⎜ ⅈ⋅╲╱ 3 1⎟⎟
(x + y)⋅⎜x + y⋅⎜─────── - ─⎟⎟⋅⎜x + y⋅⎜- ─────── - ─⎟⎟
⎝ ⎝ 2 2⎠⎠ ⎝ ⎝ 2 2⎠⎠
Got:
⎛ ⎛ ⎽⎽⎽ ⎞⎞ ⎛ ⎛ ⎽⎽⎽ ⎞⎞
⎜ ⎜ ⅈ⋅╲╱ 3 1⎟⎟ ⎜ ⎜ⅈ⋅╲╱ 3 1⎟⎟
⎜x + y⋅⎜- ─────── - ─⎟⎟⋅(x + y)⋅⎜x + y⋅⎜─────── - ─⎟⎟
⎝ ⎝ 2 2⎠⎠ ⎝ ⎝ 2 2⎠⎠
**********************************************************************
1 items had failures:
3 of 60 in wester.txt
***Test Failed*** 3 failures.
sympy/doc/src/modules/polys/wester.txt
[60] [3]
You've been doing a lot of work with the printers lately, so maybe you know
how to fix it.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.