-
Notifications
You must be signed in to change notification settings - Fork 3
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
GeneratingMCOrbits does not work with GAP master #8
Comments
I can not manage to reproduce this in the interactive session so far, but can reproduce when I read |
@shpectorov I have traced this down to the following:
Indeed, there is no way to multiply 1 and permutation:
This comes from Lines 80 to 105 in 3af435e
because Would the correct fix be to check for |
@shpectorov the fix of course does not work, because the check for product to be an identity is performed only when I am puzzled why this error does not appear in GAP 4.9, but the answer is simple: in GAP 4.9 it is possible to multiply 1 and a permutation:
and this is no longer possible, resulting in a safer code. |
So, possible fix would be to check for @shpectorov if this sounds right, I will implement it and make a new release. |
If you |
Of course if using |
See e.g. https://travis-ci.org/gap-packages/MapClass/jobs/424849206
The text was updated successfully, but these errors were encountered: