-
-
Notifications
You must be signed in to change notification settings - Fork 552
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #28227: py3 fixes for weyl_characters.py
Fix the Python 3 doctest failures in `combinat/root_systems/weyl_characters.py`. The failures all come down to sorting. The more complicated problem is the method `fusion_labels` which relies on sorted output when it shouldn't. URL: https://trac.sagemath.org/28227 Reported by: jhpalmieri Ticket author(s): John Palmieri Reviewer(s): Markus Wageringel, Vincent Klein
- Loading branch information
Showing
1 changed file
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters