Skip to content

Commit

Permalink
borders and polys in T
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSchiavone committed Apr 23, 2024
1 parent 5efa734 commit a64d3d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lmfdb/hypergm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def render_hgm_webpage(label):
for j in range(len(locinfo)):
locinfo[j] = [primes[j]] + locinfo[j]
# locinfo[j][2] = poly_with_factored_coeffs(locinfo[j][2], primes[j])
locinfo[j][2] = list_to_factored_poly_otherorder(locinfo[j][2], vari='x')
locinfo[j][2] = list_to_factored_poly_otherorder(locinfo[j][2], vari='T')
hodge = data['hodge']
famhodge = data['famhodge']
prop2 = [
Expand Down
2 changes: 1 addition & 1 deletion lmfdb/hypergm/templates/hgm-show-motive.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<p><h2> {{ KNOWL('hgm.local_information', 'Local information') }}</h2>

<p>
<table style="margin-left:1%;" border="2" class="ntdata">
<table style="margin-left:1%;" border="0" class="ntdata">
<!--TODO make better knowl for charpol of Frob-->
<thead>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions lmfdb/hypergm/templates/hgm_family.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<p>
<p><h2> {{ KNOWL('hgm.defining_parameter_ppart', title='$p$-parts of defining parameters') }} </h2>
<p>
<table style="margin-left:1%;" border="2" class="ntdata">
<table style="margin-left:1%;" border="0" class="ntdata">
<thead> <th> $p$ <th> {{ KNOWL('hgm.defining_parameter_ppart', title='$A_p$') }} <th> {{ KNOWL('hgm.defining_parameter_ppart', title='$B_p$') }} <th> {{ KNOWL('hgm.defining_parameter_ppart', title='$C_p$') }}
</thead>
{% for p, Ap, Bp, Cp in family.ppart %}
Expand All @@ -56,7 +56,7 @@
<p>
<p>
<h2> {{ KNOWL('hgm.monodromy', title='Monodromy groups') }} modulo $\ell$ </h2>
<table style="margin-left:1%;" border="2" class="ntdata">
<table style="margin-left:1%;" border="0" class="ntdata">
<tr>
<th> $\ell$ </th>
<th> {{ KNOWL('hgm.monodromy_index', title='Index') }} </th>
Expand Down

0 comments on commit a64d3d9

Please sign in to comment.