Skip to content
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 GeneratorsOfSemigroup immediate method for partial perm groups #565

Conversation

wilfwilson
Copy link
Collaborator

If a group of partial permutations was created without any GeneratorsOfGroup, eg by S := Group([], PartialPerm([1, 2]));;, then the GeneratorsOfSemigroup immediate method would return [], which is incorrect.

This is what is currently causing the Travis tests to fail on stable-3.1 and master.

@wilfwilson wilfwilson added the bug Label for issues or PR which report or fix bugs label Nov 25, 2018
@wilfwilson wilfwilson force-pushed the fix-generators-of-semigroup-for-partial-perm-group branch from 7742c9a to 0126c4c Compare November 25, 2018 19:14
@wilfwilson wilfwilson force-pushed the fix-generators-of-semigroup-for-partial-perm-group branch from 0126c4c to b1f7579 Compare November 25, 2018 19:40
@james-d-mitchell james-d-mitchell merged commit d641245 into semigroups:stable-3.1 Nov 26, 2018
@wilfwilson wilfwilson deleted the fix-generators-of-semigroup-for-partial-perm-group branch November 26, 2018 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Label for issues or PR which report or fix bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants