Skip to content

Commit

Permalink
Merge pull request #6168 from AndrewVSutherland/main
Browse files Browse the repository at this point in the history
update gl2_subgroup_data to handle non-surjective det groups
  • Loading branch information
AndrewVSutherland authored Aug 22, 2024
2 parents 1b92531 + ae63321 commit 0a9dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/elliptic_curves/web_ec.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def gl2_subgroup_data(label):
data['Slabel'] = label
elif S_EXT_LABEL_RE.fullmatch(label):
in_modcurve_db = False
data = db.gps_gl2zhat_fine.lucky({'Slabel':label})
data = db.gps_gl2zhat_nonsurjdet.lucky({'Slabel':label})
else:
return "Unrecognized subgroup label format %s" % label
if data is None:
Expand Down

0 comments on commit 0a9dc5b

Please sign in to comment.