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

Error when trying to convert a SmallSemigroup to FpMonoid #868

Closed
james-d-mitchell opened this issue Sep 7, 2022 · 1 comment
Closed
Labels
bug Label for issues or PR which report or fix bugs resolved-pending-release A label for issues that are resolved pending a release.

Comments

@james-d-mitchell
Copy link
Collaborator

I observe the following:

gap> M := SmallSemigroup(6, 14260);
<small semigroup of size 6>
gap> M := AsMonoid(IsFpMonoid, M);
Error, recursion depth trap (5000) in
  MaximalDClasses( S ) at /Users/jdm/gap/pkg/semigroups/gap/attributes/attr.gi:713 called from
MultiplicativeNeutralElement( S ) at /Users/jdm/gap/pkg/semigroups/gap/attributes/attr.gi:531 called from
MaximalDClasses( S ) at /Users/jdm/gap/pkg/semigroups/gap/attributes/attr.gi:713 called from
MultiplicativeNeutralElement( S ) at /Users/jdm/gap/pkg/semigroups/gap/attributes/attr.gi:531 called from
MaximalDClasses( S ) at /Users/jdm/gap/pkg/semigroups/gap/attributes/attr.gi:713 called from
MultiplicativeNeutralElement( S ) at /Users/jdm/gap/pkg/semigroups/gap/attributes/attr.gi:531 called from
...  at *stdin*:394
you may 'return;'
brk>
@james-d-mitchell james-d-mitchell added the bug Label for issues or PR which report or fix bugs label Sep 7, 2022
james-d-mitchell added a commit to james-d-mitchell/Semigroups that referenced this issue Sep 17, 2022
james-d-mitchell added a commit to james-d-mitchell/Semigroups that referenced this issue Sep 17, 2022
james-d-mitchell added a commit to james-d-mitchell/Semigroups that referenced this issue Sep 17, 2022
james-d-mitchell added a commit that referenced this issue Sep 17, 2022
@james-d-mitchell james-d-mitchell added the resolved-pending-release A label for issues that are resolved pending a release. label Sep 17, 2022
@james-d-mitchell
Copy link
Collaborator Author

Resolved in v5.1.0

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 resolved-pending-release A label for issues that are resolved pending a release.
Projects
None yet
Development

No branches or pull requests

1 participant