We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 684fb1a + 296cc39 commit f628e88Copy full SHA for f628e88
lmfdb/bianchi_modular_forms/bianchi_modular_form.py
@@ -457,7 +457,6 @@ def download_bmf_magma(**args):
457
outstr += '\nheckeEigenvalues := AssociativeArray();\n'
458
outstr += 'for i in [1..#heckeEigenvaluesList] do\n heckeEigenvalues[primes[i]] := heckeEigenvaluesList[i];\nend for;\n'
459
460
-
461
if f.have_AL:
462
AL_eigs = f.AL_table_data
463
outstr += '\nALEigenvalues := AssociativeArray();\n'
0 commit comments