Changes between Version 1 and Version 2 of Ticket #15347
- Timestamp:
- Nov 2, 2013, 8:18:51 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15347
-
Property
Status
changed from
new
toneeds_review
-
Property
Authors
changed from
to
Jeroen Demeyer
-
Property
Summary
changed from
yamanouchi.py: what is it for?
toDelete yamanouchi.py
-
Property
Status
changed from
-
Ticket #15347 – Description
v1 v2 1 Here is the *whole*content of `sage/combinat/yamanouchi.py`:1 Here is the '''whole''' content of `sage/combinat/yamanouchi.py`: 2 2 {{{ 3 3 r""" … … 23 23 """ 24 24 }}} 25 The "math" looks like the text has been copypasted from some website; this is embarassing... Is anyone working on the file?\\ 26 (Also, "tableaux" should be "semistandard tableaux" and more stuff should be changed if we are ever to work from this stub...) 25 (added by #1685 but no code was ever written for that file) 26 27 The "math" looks like the text has been copypasted from some website; this is embarassing...