Skip to content

Commit

Permalink
update gl2_subgroup_data to handle non-surjective det groups
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewVSutherland committed Aug 22, 2024
1 parent fe741f3 commit ae63321
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 ae63321

Please sign in to comment.