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

Fixed renaming issue #190

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

SoongNoonien
Copy link
Member

julia> g = genchartab("Ree.1")
Generic character table Ree.1
  of order 67108864*q0^52 - 33554432*q0^50 + 8388608*q0^46 - 8388608*q0^44 + 2097152*q0^42 + 1048576*q0^40 - 1048576*q0^38 + 262144*q0^36 + 131072*q0^34 - 131072*q0^32 + 32768*q0^30 - 8192*q0^26 + 4096*q0^24
  restricted to q0 congruent to 1 modulo 3
  with 41 irreducible character types
  with 51 class types
  with parameters (a, b, k, l)

julia> nrchars(g[37])
1//4*q0^4 - 1//4*q0^2

julia> nrchars(g[38])
1//12*q0^4 - 5//12*q0^2 + 1//3

Fixes: #188

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

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

Nice

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.20%. Comparing base (7c5d868) to head (9972628).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #190   +/-   ##
=======================================
  Coverage   91.20%   91.20%           
=======================================
  Files          13       13           
  Lines         841      841           
=======================================
  Hits          767      767           
  Misses         74       74           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fingolfin fingolfin merged commit fd04473 into oscar-system:master Sep 24, 2024
7 checks passed
@SoongNoonien SoongNoonien deleted the convert_issue branch October 2, 2024 14:11
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.

Unexpected error in nrchars
2 participants