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 failure:

__________________________________________ sympy.combinatorics.generators.alternating ___________________________________________ File "/Users/aaronmeurer/Documents/python/sympy/sympy-scratch/sympy/combinatorics/generators.py", line 39, in sympy.combinatorics.generators.alternating
Failed example:
    list(alternating(4))
Exception raised:
    Traceback (most recent call last):
      File "/sw/lib/python2.7/doctest.py", line 1254, in __run
        compileflags, 1) in test.globs
File "<doctest sympy.combinatorics.generators.alternating[1]>", line 1, in <module>
        list(alternating(4))
File "/Users/aaronmeurer/Documents/python/sympy/sympy-scratch/sympy/combinatorics/generators.py", line 48, in alternating
        p = Permutation(perm)
File "/Users/aaronmeurer/Documents/python/sympy/sympy-scratch/sympy/combinatorics/permutations.py", line 135, in __new__
        temp.sort()
    AttributeError: 'tuple' object has no attribute 'sort'
_________________________________________________________________________________________________________________________________
___________________________________________ sympy.combinatorics.generators.symmetric ____________________________________________ File "/Users/aaronmeurer/Documents/python/sympy/sympy-scratch/sympy/combinatorics/generators.py", line 10, in sympy.combinatorics.generators.symmetric
Failed example:
    list(symmetric(3))
Exception raised:
    Traceback (most recent call last):
      File "/sw/lib/python2.7/doctest.py", line 1254, in __run
        compileflags, 1) in test.globs
File "<doctest sympy.combinatorics.generators.symmetric[1]>", line 1, in <module>
        list(symmetric(3))
File "/Users/aaronmeurer/Documents/python/sympy/sympy-scratch/sympy/combinatorics/generators.py", line 15, in symmetric
        yield Permutation(perm)
File "/Users/aaronmeurer/Documents/python/sympy/sympy-scratch/sympy/combinatorics/permutations.py", line 135, in __new__
        temp.sort()
    AttributeError: 'tuple' object has no attribute 'sort'

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to