forked from oscar-system/Oscar.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
booktest: add error checking for non-jlcon files also on master (osca…
…r-system#4209) * booktest: cleanup aux code * booktest: add error-detection for non-jlcon files * Add isequal methods for GAPGroup, BasicGAPGroupElem --------- Co-authored-by: Max Horn <max@quendi.de>
- Loading branch information
Showing
3 changed files
with
25 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
import Pkg | ||
Pkg.add(name="GenericCharacterTables", version="0.4"; io=devnull) | ||
using GenericCharacterTables | ||
# for nicer printing | ||
using GenericCharacterTables: ParameterException |
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