You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an experiment (failed) to create an transitive representation of an intransitive group by operating on tuples (cartesian product of the "natural" orbits)
The text was updated successfully, but these errors were encountered:
julia> orbit(ans, GH)
ERROR: Error thrown by GAP: Syntax error: String must not include <newline> in stream:1
DeclareAttribute( "JuliaData", IsObject );");
^^^
Error, MethodError: no method matching on_tuples(::PermGroup, ::Oscar.BasicGAPGroupElem{PermGroup})
I take the first example as a hint about missing documentation and missing argument checks.
The second example also shows a syntax error in the embedded GAP code.
I did not observe it because it does not affect the functionality and because I do not get the GAP error message --why do I not get this GAP error message?
possibly user error (my error)
This is an experiment (failed) to create an transitive representation of an intransitive group by operating on tuples (cartesian product of the "natural" orbits)
The text was updated successfully, but these errors were encountered: