Re: Issue 2255 in sympy: Integer % Rational not implemented

2011-04-21 Thread sympy
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

Re: Issue 2255 in sympy: Integer % Rational not implemented

2011-04-21 Thread sympy
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

Re: Issue 2255 in sympy: Integer % Rational not implemented

2011-03-31 Thread sympy
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

Re: Issue 2255 in sympy: Integer % Rational not implemented

2011-03-31 Thread sympy
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

Issue 2255 in sympy: Integer % Rational not implemented

2011-03-31 Thread 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