Skip to content

Commit

Permalink
Merge pull request #6076 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
AndrewVSutherland authored May 27, 2024
2 parents 68c7b9b + 124c507 commit d423f83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lmfdb/classical_modular_forms/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ def __init__(self):
[level, weight, analytic_conductor, analytic_rank, dim],
[level_primes, character, char_primitive, char_order, is_maximal_largest],
[coefficient_field, self_twist, self_twist_discs, inner_twist_count, is_self_dual],
[coefficient_ring_index, hecke_ring_generator_nbound, is_twist_minimal, projective_image]]
[coefficient_ring_index, hecke_ring_generator_nbound, is_twist_minimal, projective_image]]

self.space_array = [
[level, weight, analytic_conductor, dim, num_newforms],
Expand Down
1 change: 0 additions & 1 deletion lmfdb/classical_modular_forms/test_cmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ def test_maximal(self):
assert not '1234.2.a.i' in page.get_data(as_text=True)
assert '1234.2.b.c' in page.get_data(as_text=True)


def test_dim_table(self):
page = self.tc.get("/ModularForm/GL2/Q/holomorphic/?weight=12&level=23&search_type=Dimensions", follow_redirects=True)
assert 'Dimension search results' in page.get_data(as_text=True)
Expand Down

0 comments on commit d423f83

Please sign in to comment.