Skip to content

Commit

Permalink
Merge pull request #5780 from jenpaulhus/chartabissue
Browse files Browse the repository at this point in the history
Small issue with rational char tables
  • Loading branch information
roed314 authored Dec 12, 2023
2 parents 22ee4a3 + a6d3fd5 commit 86830ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{% endif %}
{% for chtr in gp.rational_characters %}
<tr>
<td> {{ chtr.display_knowl() | safe }}</td>{% if gp.has_nontrivial_schur_character %}<td class="center"> {% if chtr.schur_index != 1 %} {{chtr.schur_index}} {% endif %} </td> {% endif %}
<td> {{ chtr.display_knowl() | safe }}</td><td class="center"> {% if chtr.schur_index != 1 %} {{chtr.schur_index}} {% endif %} </td>
{% for c in gp.conjugacy_class_divisions %}
<td class="right">${{ chtr.qvalues[c.classes.0.counter - 1] }}$</td>
{% endfor %}
Expand Down

0 comments on commit 86830ed

Please sign in to comment.