Skip to content

Commit

Permalink
Merge pull request #5996 from BarinderBanwait/pin_curve_test
Browse files Browse the repository at this point in the history
add pinning down test case of edgar
  • Loading branch information
edgarcosta authored Apr 19, 2024
2 parents 50f3657 + 4021b83 commit e4f5234
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lmfdb/modular_curves/test_modular_curves.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,21 @@ def test_related_objects(self):
'Modular curve 60.1440.97.bog.1',
'Modular curve 60.1440.97.bol.1'
)
),
# The next two cases come from LMFDB#5929
(
"/ModularCurve/Q/6.6.1.a.1",
(
'Elliptic curve 36.a3',
'Modular form 36.2.a.a'
)
),
(
"/ModularCurve/Q/23.24.2.a.1",
(
'Isogeny class 529.a',
'Modular form 23.2.a.a'
)
)
]:
data = self.tc.get(url,follow_redirects=True).get_data(as_text=True)
Expand Down

0 comments on commit e4f5234

Please sign in to comment.