Skip to content

Commit

Permalink
Fix cmf test
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed May 15, 2024
1 parent b502ffd commit f17bb6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lmfdb/classical_modular_forms/test_cmf2.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def test_download_search(self):

page = self.tc.get('/ModularForm/GL2/Q/holomorphic/?Submit=sage&download=1&query=%7B%27dim%27%3A+%7B%27%24gte%27%3A+2000%7D%2C+%27num_forms%27%3A+%7B%27%24exists%27%3A+True%7D%7D&search_type=SpaceTraces', follow_redirects=True)
assert 'Error: We limit downloads of traces to' in page.get_data(as_text=True)
page = self.tc.get('/ModularForm/GL2/Q/holomorphic/?Submit=sage&download=1&query=%7B%27dim%27%3A+%7B%27%24gte%27%3A+30000%7D%2C+%27num_forms%27%3A+%7B%27%24exists%27%3A+True%7D%7D&search_type=SpaceTraces', follow_redirects=True)
assert '863.2.c' in page.get_data(as_text=True)
page = self.tc.get('/ModularForm/GL2/Q/holomorphic/?Submit=sage&download=1&query=%7B%27dim%27%3A+%7B%27%24gte%27%3A+83330%7D%2C+%27num_forms%27%3A+%7B%27%24exists%27%3A+True%7D%7D&search_type=SpaceTraces', follow_redirects=True)
assert '999983.2.a' in page.get_data(as_text=True)

def test_random(self):
r"""
Expand Down

0 comments on commit f17bb6e

Please sign in to comment.