-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add generic class type #211
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #211 +/- ##
==========================================
+ Coverage 95.80% 95.92% +0.12%
==========================================
Files 13 13
Lines 786 835 +49
==========================================
+ Hits 753 801 +48
- Misses 33 34 +1 ☔ View full report in Codecov by Sentry. |
2a9b656
to
72b551d
Compare
72b551d
to
3c76945
Compare
number_of_conjugacy_classes(class::GenericConjugacyClass) | ||
number_of_conjugacy_classes(class::SimpleGenericConjugacyClass) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
number_of_conjugacy_classes(class::GenericConjugacyClass) | |
number_of_conjugacy_classes(class::SimpleGenericConjugacyClass) | |
number_of_conjugacy_classes(class::GenericConjugacyClass) |
order(t::Table, class::Int64) = order(conjugacy_class_type(t, class)) | ||
|
||
@doc raw""" | ||
number_of_conjugacy_classes(class::GenericConjugacyClass) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
number_of_conjugacy_classes(class::GenericConjugacyClass) | |
number_of_conjugacy_classes(class::AbstractGenericConjugacyClass) |
@doc raw""" | ||
info(t::Table, class::Int64) | ||
|
||
Return the infolists of the class type `class` of the table `t`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: extend this to mention that the meaning of the content of these infolists differs between tables and the table info string usually contains more info about the format/content.
No description provided.