-
Notifications
You must be signed in to change notification settings - Fork 161
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
Bug fix: IsRightAlgebraModule is a right module, not left (DO NOT MERGE) #2221
base: master
Are you sure you want to change the base?
Conversation
Perhaps @willemdegraaf (who wrote this code) has some insights on this? Or perhaps @hulpke or @ThomasBreuer who simply have been around for a long time and know a lot about a lot of GAP code in general? Naively, this fix is "obviously right", but I am slightly worried that I might be missing something subtle here? Also, I guess a test case which checks the change would be a useful addition for this PR... |
Dear Max,
Thank you for looking into this.
I don't know to what problem you are referring(I am not so good at github),
but I recall that at the time when I wrote the code, there were people
working with bimodules, and they would be left and right modules.
All the best,
Willem
|
@willemdegraaf thanks for the quick reply! OK, I see now: Perhaps Then again, to the best of my knowledge, neither So perhaps we should just remove them: they are unusable anyway, as no methods or implications are installed for them |
Note that e.g. So perhaps that they are not set is just an oversight? Note that the property But then, it seems to me that Hum. |
Dear Max,
I do not have the possibility to dive into it now, but I would think that
you are right in saying that these things should be categories.
All the best,
Willem
|
Codecov Report
@@ Coverage Diff @@
## master #2221 +/- ##
=========================================
Coverage ? 93.65%
=========================================
Files ? 708
Lines ? 803466
Branches ? 0
=========================================
Hits ? 752495
Misses ? 50971
Partials ? 0
|
No description provided.