-
Notifications
You must be signed in to change notification settings - Fork 132
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
More functionality for Weyl groups #3051
Conversation
felix-roehrich
commented
Nov 27, 2023
•
edited
Loading
edited
- make WeylGroups iterable
- add WeylOrbit functionality
- add more tests
- fix bugs in CartanMatrix.jl and RootSystem.jl
dd578c8
to
5a7933e
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #3051 +/- ##
==========================================
+ Coverage 80.49% 80.57% +0.07%
==========================================
Files 520 522 +2
Lines 70069 70422 +353
==========================================
+ Hits 56403 56743 +340
- Misses 13666 13679 +13
|
6aa1203
to
c2fbfd1
Compare
55dad24
to
5d51cc2
Compare
5d51cc2
to
44e6532
Compare
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.
looks great overall, thank! just some minor comments
Co-authored-by: Lars Göttgens <[email protected]>
Co-authored-by: Lars Göttgens <[email protected]>
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.
Thanks!
Can we get a quick merge of this (once CI finishes)? This PR does some GroupsCore shenanigans, which I would like to tackle in #3231. |
Ping @thofma |