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

semipperm: resolve issue 817 #834

Merged

Conversation

james-d-mitchell
Copy link
Collaborator

The issue seems to have been caused by there being mismatch in the
generators used in SmallerDegreePartialPermRepresentation, so that
Factorization used too large indices

@james-d-mitchell james-d-mitchell added the bug-fix A label for PRs that fix a bug. label May 25, 2022
The issue seems to have been caused by there being mismatch in the
generators used in SmallerDegreePartialPermRepresentation, so that
Factorization used too large indices
Copy link
Collaborator

@wilfwilson wilfwilson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good @james-d-mitchell

@@ -242,7 +242,7 @@ function(S)
sigmainv, enum, orbits, cosets, stabpp, psi, rho, rhoinv, stab, nrcosets, j,
reps, gen, offset, rep, box, subbox, T, map, inv, d, k, i, m;

oldgens := Generators(S);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generators?! Death sentence!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My thoughts exactly!

@james-d-mitchell james-d-mitchell merged commit e0230a0 into semigroups:stable-4.0 May 25, 2022
@james-d-mitchell james-d-mitchell deleted the fix-issue-817 branch May 25, 2022 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix A label for PRs that fix a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants