We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before my patch:
sage: [] in StandardTableaux() --------------------------------------------------------------------------- ValueError Traceback (most recent call last) /home/averell/.sage/temp/tomahawk/19026/_home_averell__sage_init_sage_0.py in <module>() /usr/local/sage/sage/local/lib/python2.5/site-packages/sage/combinat/tableau.pyc in __contains__(self, x) 1740 fillings += row 1741 fillings.sort() -> 1742 if fillings != range(1, max(fillings)+1): 1743 return False 1744 ValueError: max() arg is an empty sequence
Now:
sage: [] in StandardTableaux() True
Florent, the specialist of the empty objects !!!
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: tableau
Issue created by migration from https://trac.sagemath.org/ticket/5781
The text was updated successfully, but these errors were encountered:
Attachment: empty_standard_tableau-fh-final.patch.gz
Sorry, something went wrong.
Merged in Sage 3.4.1.rc3.
Cheers,
Michael
hivert
No branches or pull requests
Before my patch:
Now:
Florent, the specialist of the empty objects !!!
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: tableau
Issue created by migration from https://trac.sagemath.org/ticket/5781
The text was updated successfully, but these errors were encountered: