Skip to content
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

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

SoongNoonien
Copy link
Member

No description provided.

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 99.05660% with 1 line in your changes missing coverage. Please review.

Project coverage is 95.92%. Comparing base (22c6dde) to head (3c76945).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/GenericConjugacyClasses.jl 98.80% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@SoongNoonien SoongNoonien force-pushed the class_types branch 4 times, most recently from 2a9b656 to 72b551d Compare October 9, 2024 14:39
@SoongNoonien SoongNoonien marked this pull request as ready for review October 9, 2024 15:11
@SoongNoonien SoongNoonien linked an issue Oct 9, 2024 that may be closed by this pull request
Comment on lines +17 to +18
number_of_conjugacy_classes(class::GenericConjugacyClass)
number_of_conjugacy_classes(class::SimpleGenericConjugacyClass)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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`.
Copy link
Member

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.

@fingolfin fingolfin merged commit 5572bc3 into oscar-system:master Oct 11, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a generic class type
2 participants