Skip to content

Commit

Permalink
Hide BMF L-ratio while data is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Dec 5, 2024
1 parent 9a24358 commit 281a580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lmfdb/bianchi_modular_forms/templates/bmf-newform.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ <h2> {{ KNOWL('mf.bianchi.newform', 'Form') }} </h2>
<tr><td> {{ KNOWL('mf.bianchi.spaces', title='Newspace')}}:</td><td><a href={{data.newspace_url}}>{{data.newspace_label}}</a> (dimension {{ data.newspace_dimension }}) </td></tr>
<tr><td> {{ KNOWL('mf.bianchi.sign',title="Sign of functional equation") }}:</td><td> {{data.sign}} </tr>
<tr><td> {{ KNOWL('mf.bianchi.anr',title="Analytic rank")}}:</td><td> {{data.anrank}}</td> </tr>
{% if data.Lratio %}
<tr><td> {{ KNOWL('mf.bianchi.anr',title="L-ratio")}}:</td><td> {{data.Lratio}} </td></tr>
{% endif %}
{# See issue #6288
<tr><td> {{ KNOWL('mf.bianchi.L-ratio',title="L-ratio")}}:</td><td> {{data.Lratio}} </td></tr>
#}
</table>
</p>

Expand Down

0 comments on commit 281a580

Please sign in to comment.