Re: Issue 2680 in sympy: Test failures in master (combinatorics/Dict)

2011-09-10 Thread sympy
Comment #4 on issue 2680 by smi...@gmail.com: Test failures in master (combinatorics/Dict) http://code.google.com/p/sympy/issues/detail?id=2680 https://github.com/sympy/sympy/pull/590 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post

Re: Issue 2680 in sympy: Test failures in master (combinatorics/Dict)

2011-09-10 Thread sympy
Updates: Status: Started Comment #3 on issue 2680 by ronan.l...@gmail.com: Test failures in master (combinatorics/Dict) http://code.google.com/p/sympy/issues/detail?id=2680 The second batch of errors (those from comment 1) is the subject of https://github.com/sympy/sympy/pull/590

Re: Issue 2461 in sympy: sort_key() should only return comparable built-in Python objects

2011-09-10 Thread sympy
Comment #16 on issue 2461 by asmeurer: sort_key() should only return comparable built-in Python objects http://code.google.com/p/sympy/issues/detail?id=2461 This doesn't cause any test failures, other than the ones that are already in master. -- You received this message because you are s

Re: Issue 2680 in sympy: Test failures in master (combinatorics/Dict)

2011-09-10 Thread sympy
Updates: Summary: Test failures in master (combinatorics/Dict) Comment #2 on issue 2680 by asmeurer: Test failures in master (combinatorics/Dict) http://code.google.com/p/sympy/issues/detail?id=2680 And there are doctest failures, which are basically the same as the first test failu

Issue 2681 in sympy: Don't pretty print atan2 as atan₂

2011-09-10 Thread sympy
Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Printing EasyToFix New issue 2681 by asmeurer: Don't pretty print atan2 as atan₂ http://code.google.com/p/sympy/issues/detail?id=2681 In [25]: var('u v', real=True) Out[25]: (u, v) In [26]: atan2(u, v) Out[26]: atan₂(u, v) T

Re: Issue 2680 in sympy: Test failure in master (combinatorics/Dict)

2011-09-10 Thread sympy
Updates: Summary: Test failure in master (combinatorics/Dict) Cc: mrock...@gmail.com Comment #1 on issue 2680 by asmeurer: Test failure in master (combinatorics/Dict) http://code.google.com/p/sympy/issues/detail?id=2680 And there's apparently more: ===

Re: Issue 2461 in sympy: sort_key() should only return comparable built-in Python objects

2011-09-10 Thread sympy
Comment #15 on issue 2461 by asmeurer: sort_key() should only return comparable built-in Python objects http://code.google.com/p/sympy/issues/detail?id=2461 A possible fix for one place where this was happening: https://gist.github.com/1208834. I'm not sure if that's the best way, though.

Issue 2680 in sympy: Test failure in master (combinatorics)

2011-09-10 Thread sympy
Status: Accepted Owner: asmeurer CC: smi...@gmail.com, sapta.ii...@gmail.com Labels: Type-Defect Priority-Critical Milestone-Release0.7.2 New issue 2680 by asmeurer: Test failure in master (combinatorics) http://code.google.com/p/sympy/issues/detail?id=2680 In master: sympymaster$%=$./bin/test

Re: Issue 1235 in sympy: Problem installing in Windows

2011-09-10 Thread sympy
Comment #23 on issue 1235 by adam.sie...@gmail.com: Problem installing in Windows http://code.google.com/p/sympy/issues/detail?id=1235 I'm having this problem too. I want to install it but I'm on a 64-bit machine and sympy is saying it can't find my python installation in the registry. I'

Re: Issue 2674 in sympy: Remove the cmp_to_key() helper function

2011-09-10 Thread sympy
Updates: Status: Started Comment #2 on issue 2674 by vlada.pe...@gmail.com: Remove the cmp_to_key() helper function http://code.google.com/p/sympy/issues/detail?id=2674 Well, this was embarrassingly simple to fix actually. As you said, most of the uses of Basic.compare_pretty can be

Re: Issue 2673 in sympy: Improve the use2to3 script

2011-09-10 Thread sympy
Comment #5 on issue 2673 by vlada.pe...@gmail.com: Improve the use2to3 script http://code.google.com/p/sympy/issues/detail?id=2673 Right, I agree now that we should change the shebang lines. I'm not really sure how to write a fixer but I'll try, maybe my work will be good enough for upstr