Comment #12 on issue 2371 by [email protected]: Completely untested modules in sympy.polys
http://code.google.com/p/sympy/issues/detail?id=2371
I'm running into exactly the same kind of problem as Ronan: I'm getting lots of distracting unhelpful diagnostics about code that isn't finished enough that it's even supposed to work. densepolys.py alone is spamming me with over 100 errors (missing dmp_ functions) and another 100 warnings (first parameter of class functions should be named "self").
I second removing them from the 'master' branch, until they have matured enough to be reintegrated again. If we really want this code in the official codebase, create an 'untested' branch and move the code there.
-- 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.
