Comment #3 on issue 2076 by smichr: intcache error
http://code.google.com/p/sympy/issues/detail?id=2076

What was happening is a routine that was suppose to be dealing in integers created an Integer when abs() was used. The solution was to import pythons abs to override the sympy abs. This is a pretty subtle little thing that can have devastating consequences on runtimes in such routines.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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