Skip to content

Commit

Permalink
Merge branch 'main' of github.com:AndrewVSutherland/lmfdb
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed May 20, 2024
2 parents 16b57f8 + 652edcd commit 4c43c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/modular_curves/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ def __init__(self):

_default = ["level", "index", "genus", "coarse_class_num", "coarse_level", "coarse_num", "fine_num"]
sorts = [
("level", "level", _default),
("", "level", _default),
("index", "index", ["index", "level"] + _default[2:]),
("genus", "genus", ["genus", "level", "index"] + _default[3:]),
("rank", "rank", ["rank"] + _default),
Expand Down

0 comments on commit 4c43c83

Please sign in to comment.