-
-
Notifications
You must be signed in to change notification settings - Fork 482
New issue
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
category root lattice realization issue: infinite loop while trying to reflect to the positive chamber #12667
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
Hi Mark,
Sorry for my delayed answer. In the affine case, please add a test on
For the general Kac-Moody case: I think we can assume that a user
Otherwise put: as long as it is well documented, it is preferable for Cheers, |
Reviewer: Anne Schilling |
comment:6
Hi Mark, Here are some comments. First of all, I moved your patch up in the queue since presumably
Also, there are doctest failures sage -t "devel/sage-combinat/sage/combinat/root_system/root_lattice_realizations.py" File "/Applications/sage-5.0.beta7/devel/sage-combinat/sage/combinat/root_system/root_lattice_realizations.py", line 522: File "/Applications/sage-5.0.beta7/devel/sage-combinat/sage/combinat/root_system/root_lattice_realizations.py", line 527: File "/Applications/sage-5.0.beta7/devel/sage-combinat/sage/combinat/root_system/root_lattice_realizations.py", line 532: 1 items had failures: The following tests failed:
Total time for all tests: 5.0 seconds Though these doctest failures also seem to appear without your patch applied. Best, Anne |
comment:7
Ok, I found the patch that broke the above doctests and moved your patch up. The doctests look good now. Anne |
comment:8
Hi Mark, I posted a quick reviewer's patch on sage-combinat. If you are satisfied, please fold it into yours and post the result on trac (details in a private e-mail). Thanks, Anne |
Dependencies: #6588 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:10
Attachment: trac_12667_root_lattice_ms.patch.gz I checked the new version of the patch and everything looks good. Positive review. Anne |
This comment has been minimized.
This comment has been minimized.
Merged: sage-5.0.beta11 |
version 5.0 beta7
sage/combinat/root_system/root_lattice_realizations.py
element methods to_positive_chamber, reduced_word
may give infinite loops for affine root systems
For elements of a root lattice realization:
to a (co)root.
for affine root systems which prevents infinite looping. Root systems
that are not finite and not affine are not checked.
fixing a weight.
Apply: attachment: trac_12667_root_lattice_ms.patch
Depends on #6588
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: root system
Author: Mark Shimozono
Reviewer: Anne Schilling
Merged: sage-5.0.beta11
Issue created by migration from https://trac.sagemath.org/ticket/12667
The text was updated successfully, but these errors were encountered: