Updates:
Status: Fixed
Labels: -NeedsReview PassedReview
Comment #4 on issue 2255 by ronan.l...@gmail.com: Integer % Rational not
implemented
http://code.google.com/p/sympy/issues/detail?id=2255
Oh, right. I forgot.
--
You received this message because you are subscribed to t
Updates:
Cc: asmeurer ronan.l...@gmail.com
Comment #3 on issue 2255 by sherjilo...@gmail.com: Integer % Rational not
implemented
http://code.google.com/p/sympy/issues/detail?id=2255
This needs to be closed.
--
You received this message because you are subscribed to the Google Groups
Updates:
Labels: NeedsReview ness987
Comment #2 on issue 2255 by asmeurer: Integer % Rational not implemented
http://code.google.com/p/sympy/issues/detail?id=2255
(No comment was entered for this change.)
--
You received this message because you are subscribed to the Google Groups
"sym
Comment #1 on issue 2255 by ness...@googlemail.com: Integer % Rational not
implemented
http://code.google.com/p/sympy/issues/detail?id=2255
pull request: https://github.com/sympy/sympy/pull/183, first commit
--
You received this message because you are subscribed to the Google Groups
"sympy
Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 2255 by ness...@googlemail.com: Integer % Rational not implemented
http://code.google.com/p/sympy/issues/detail?id=2255
Rational(1,1) % Rational(1,2)
TypeError: unsupported operand type(s) for %: 'int' and 'Half'
is very in