-
Notifications
You must be signed in to change notification settings - Fork 66
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
fix: group algebras of additive groups with sparse rep #1685
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1685 +/- ##
==========================================
- Coverage 76.01% 75.92% -0.09%
==========================================
Files 362 362
Lines 114299 114324 +25
==========================================
- Hits 86882 86803 -79
- Misses 27417 27521 +104
|
can you add a dummy print test? |
Thanks, looks good. I wish those functions were part of the "Group interface". |
Yeah, something I might tackle in the future, depending on if my experiment with additive group algebras works out. I have the feeling that I might find more things in here once I really start using group algebras in Oscar, but I would suggest that I then open another PR. |
I will merge once it is green modulo julia nightly. The "sparse" group algebras are not really battle tested, but I hope that at least the "ring interface" might be happy now. |
These were the necessary changes to make (sparse) group algebras with an (infinite) additive group that is not
FinGenAbGroup
.To find these things, I defined a thin wrapper around
FinGenAbGroup
and tried to make that work with the existing things.