-
Notifications
You must be signed in to change notification settings - Fork 160
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 declaration of sparse action homomorphisms. #3281
Conversation
but need to use their own creator function (as point seed is list of points and thus need to apply `TestIdentityAction` differently.) This fixes gap-system#3279
Codecov Report
@@ Coverage Diff @@
## master #3281 +/- ##
==========================================
- Coverage 85.23% 85.23% -0.01%
==========================================
Files 696 696
Lines 344043 344093 +50
==========================================
+ Hits 293238 293278 +40
- Misses 50805 50815 +10
|
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.
This will fix the bug, thank you very much.
I have added a few comments in order to shorten the code.
(I see the changes from this pull request as one step to finally getting rid of the FO
approach for creating the wrapper functions.)
Thanks @ThomasBreuer I agree with your remark concerning the |
I think this should this be backported to stable-4.10 and mentioned in release notes. |
Sparse Action homomorphisms cannot use
OrbitishFO
but need to use their own creator function (as point seed is list of points and thus need to applyTestIdentityAction
differently.)This fixes #3279