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

Problem with SingularBrauerMonoid when using NambooripadPartialOrder method #1031

Open
Tianrun-Y opened this issue Aug 21, 2024 · 0 comments
Assignees
Labels
bug Label for issues or PR which report or fix bugs

Comments

@Tianrun-Y
Copy link
Collaborator

Tianrun-Y commented Aug 21, 2024

gap> S := SingularBrauerMonoid(5);;
gap> Size(S);
825
gap> NambooripadPartialOrder(S);;time;
Error, Record Element: '<rec>.lambda_orb' must have an assigned\
 value in
  o := data!.lambda_orb
 ; at /Users/tianrun/Library/Preferences/GAP/pkg/semigro\
ups/gap/main/acting.gi:650 called from
Position( data, x
 ) at /Users/tianrun/Library/Preferences/GAP/pkg/semigro\
ups/gap/attributes/acting.gi:40 called from
IsGreensDGreaterThanFunc( S )( y, x
 ) at /Users/tianrun/Library/Preferences/GAP/pkg/semigro\
ups/gap/attributes/attr.gi:1021 called from
StableSortParallel( list, index, comp
 ); at /Users/tianrun/Documents/gap-4.13.1/lib/list.gi:2\
461 called from
Sortex( elts, function ( x, y )
      return IsGreensDGreaterThanFunc( S )( y, x );
  end
 ) at /Users/tianrun/Library/Preferences/GAP/pkg/semigro\
ups/gap/attributes/attr.gi:1021 called from
<function "NambooripadPartialOrder for a semigroup">( <a\
rguments> )
 called from read-eval loop at *stdin*:34
type 'quit;' to quit to outer loop
@james-d-mitchell james-d-mitchell self-assigned this Aug 22, 2024
@james-d-mitchell james-d-mitchell added the bug Label for issues or PR which report or fix bugs label Aug 22, 2024
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

No branches or pull requests

2 participants