Opened 21 months ago
Closed 20 months ago
#28351 closed defect (duplicate)
py3 fixes for weyl_group.py
Reported by: | jhpalmieri | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | python3 | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | u/jhpalmieri/py3-weyl-group-27967-stopgap (Commits, GitHub, GitLab) | Commit: | ce6e17a9ed09ccb2a9a681fe7bfca8d8f96dc745 |
Dependencies: | Stopgaps: |
Description
This is a stopgap for #27967: fix the Python 3 doctest failures for combinat/root_system/weyl_group.py
.
Change History (6)
comment:1 Changed 21 months ago by
- Branch set to u/jhpalmieri/py3-weyl-group-27967-stopgap
comment:2 Changed 21 months ago by
- Commit set to ce6e17a9ed09ccb2a9a681fe7bfca8d8f96dc745
- Status changed from new to needs_review
comment:3 Changed 21 months ago by
I should point out that the changes to _latex_
are not stopgaps: those tests now actually test the _latex_
method instead of testing _repr_
.
comment:4 Changed 20 months ago by
- Milestone changed from sage-8.9 to sage-duplicate/invalid/wontfix
Now that #27967 has a positive review, this is no longer necessary and can be closed.
comment:6 Changed 20 months ago by
- Resolution set to duplicate
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac 28351: py3 doctest fixes for combinat/root_system/weyl_group.py.