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

DirectSumOfXModAlgebras fails the IsXModAlgebra test #77

Open
cdwensley opened this issue Jul 8, 2024 · 1 comment
Open

DirectSumOfXModAlgebras fails the IsXModAlgebra test #77

cdwensley opened this issue Jul 8, 2024 · 1 comment

Comments

@cdwensley
Copy link
Collaborator

When this operation was first included the test was avoided by using PreXModByBoundaryAndActionNC (which calls XMoidAlgebraObjNC). This should be looked at when time permits, but it appears to be rather a technical issue.

@cdwensley
Copy link
Collaborator Author

Had another look at this (26/10/24), but could not work out what to do.
The problem occurs with XModAlgebraObj of the direct sum X:S->R of crossed modules when checking IsPreXModAlgebra.
"gap> Image(m1,s1);
Error, the families of the element or collection and Source() don't match, maybe is not contained in Source() or is not a homogeneous list or collection at /Users/christopherwensley/gap/gap-4.13.1/lib/mapping.gi:148 called from
<function "Image">( )
called from read-eval loop at stdin:59
type 'quit;' to quit to outer loop"
where m1 := ImageElm( act, r1 ), r1 is the first generator of R and s1 is the first generator of S.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant