Status: Accepted
Owner: asmeurer
CC: [email protected]
Labels: Type-Defect Priority-Medium Polynomial

New issue 2431 by asmeurer: Bug with Poly.is_irreducible
http://code.google.com/p/sympy/issues/detail?id=2431

In [4]: a.is_irreducible
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)

/Users/aaronmeurer/Documents/python/sympy/sympy/<ipython console> in <module>()

/Users/aaronmeurer/Documents/python/sympy/sympy/sympy/polys/polytools.pyc in is_irreducible(f)
   3101
   3102         """
-> 3103         return f.rep.is_irreducible
   3104
   3105     @property

AttributeError: 'DMP' object has no attribute 'is_irreducible'


--
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.

Reply via email to