-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Expose Coxeter and dual Coxeter numbers in RootSystem class #38730
Expose Coxeter and dual Coxeter numbers in RootSystem class #38730
Conversation
you should not touch ruff.toml |
a45f803
to
3dcc315
Compare
Of course! Sorry. This is my first pull request. Fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to SageMath development. Thank you for the PR. Here are some suggestions. Once they are done, then I will set a positive review.
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Thank you. Once the bots come back green, I will set a positive review. In the future, if you could refrain from using GH's "implement suggestion" (or whatever it is exactly called) and make a proper commit, or at least give more precise commit messages, that would be appreciated. The generic "Update XYZ" makes it a bit harder if we have to dig into the history. Thank you for the improvements! Please feel free to cc me on any PRs that are related to root systems, Lie groups/algebras, representation theory. etc. Feel free to contact me directly by email (see my GH profile) to discuss things such as missing features or issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. LGTM.
…em class Makes the Coxeter number and dual Coxeter number, which are properties of a root system, available in the RootSystem class. The underlying functions already exist in the CartanType, so this is a matter of exposing them in the RootSytem class. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [X ] The title is concise and informative. - [X ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ X] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies URL: sagemath#38730 Reported by: Skip G Reviewer(s): Skip G, Travis Scrimshaw
…em class Makes the Coxeter number and dual Coxeter number, which are properties of a root system, available in the RootSystem class. The underlying functions already exist in the CartanType, so this is a matter of exposing them in the RootSytem class. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [X ] The title is concise and informative. - [X ] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ X] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies URL: sagemath#38730 Reported by: Skip G Reviewer(s): Skip G, Travis Scrimshaw
Makes the Coxeter number and dual Coxeter number, which are properties of a root system, available in the RootSystem class.
The underlying functions already exist in the CartanType, so this is a matter of exposing them in the RootSytem class.
📝 Checklist
⌛ Dependencies