Re: Issue 2346 in sympy: Symbols should only be equal if they have the same assumptions

2011-05-14 Thread sympy
Updates: Status: Fixed Labels: -NeedsReview PassedReview Comment #5 on issue 2346 by asmeurer: Symbols should only be equal if they have the same assumptions http://code.google.com/p/sympy/issues/detail?id=2346 This was pushed in. -- You received this message because you are

Re: Issue 2346 in sympy: Symbols should only be equal if they have the same assumptions

2011-05-08 Thread sympy
Updates: Blockedon: 2352 Comment #4 on issue 2346 by ronan.l...@gmail.com: Symbols should only be equal if they have the same assumptions http://code.google.com/p/sympy/issues/detail?id=2346 I split off the discussion about Ellipse.distance_to_center() to issue 2352. -- You received

Re: Issue 2346 in sympy: Symbols should only be equal if they have the same assumptions

2011-05-07 Thread sympy
Updates: Labels: NeedsReview Ronan.Lamy Comment #3 on issue 2346 by ronan.l...@gmail.com: Symbols should only be equal if they have the same assumptions http://code.google.com/p/sympy/issues/detail?id=2346 https://github.com/sympy/sympy/pull/294 Ellipse.distance_to_center() and

Issue 2346 in sympy: Symbols should only be equal if they have the same assumptions

2011-05-06 Thread sympy
Status: Accepted Owner: ronan.l...@gmail.com Labels: Type-Defect Priority-High Assumptions Milestone-Release0.7.0 New issue 2346 by ronan.l...@gmail.com: Symbols should only be equal if they have the same assumptions http://code.google.com/p/sympy/issues/detail?id=2346 The problem is

Re: Issue 2346 in sympy: Symbols should only be equal if they have the same assumptions

2011-05-06 Thread sympy
Comment #1 on issue 2346 by ronan.l...@gmail.com: Symbols should only be equal if they have the same assumptions http://code.google.com/p/sympy/issues/detail?id=2346 It's easy to add the right check in Basic.__eq__ (self._assume_type_keys == other._assume_type_keys), but then, here's the