-
Notifications
You must be signed in to change notification settings - Fork 132
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
minor improvements #2609
minor improvements #2609
Conversation
"5 failing, 6 successful, and 1 cancelled checks": |
Should all be #2441. |
I have restarted the failed tests, the required test with Julia 1.6 is now expected to succeed (see the discussion of #2441) ... No, it was again cancelled. |
- renamed `representative_action` to `is_conjugate_with_data` (but keep `representative_action` as an alias) - support the syntax `tbl % p` for constructing `p`-modular character tables - added some tests for `describe(projective_general_linear_group(n, q))` and `describe(projective_special_linear_group(n, q))` - mention more differences between Julia and GAP
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2609 +/- ##
==========================================
- Coverage 72.13% 72.11% -0.03%
==========================================
Files 429 429
Lines 60531 60532 +1
==========================================
- Hits 43667 43651 -16
- Misses 16864 16881 +17
|
The required test Restarted this test. |
Probably #2531 |
@thofma Yes, probably. |
representative_action
tois_conjugate_with_data
, as suggested by @fieker (but keeprepresentative_action
as an alias),tbl % p
for constructingp
-modular character tables, as suggested by @fieker,describe(projective_general_linear_group(n, q))
anddescribe(projective_special_linear_group(n, q))
,