-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call
GapObj
instead of accessing chi.values
(for group characters…
…) or `f.map` (for group homomorphisms) (#3681) * use `GapObj` instead of `.values` access for group characters * use `GapObj(f)` not `f.map` for `f::GAPGroupHomomorphism` (and replace more `.X` access by `GapObj`) * replace `GAPTable` for char. tables by `GapObj` * simplify recursive `GapObj` calls * more `GapObj` calls using `recursive = true` * add a `GAP.julia_to_gap(::JSON3.Array, ...)` method until the fix from oscar-system/GAP.jl/pull/989 is available
- Loading branch information
1 parent
cb54bfa
commit 0d2d2a1
Showing
12 changed files
with
224 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.