diff --git a/lmfdb/classical_modular_forms/main.py b/lmfdb/classical_modular_forms/main.py index f8fce2f518..d497a79789 100644 --- a/lmfdb/classical_modular_forms/main.py +++ b/lmfdb/classical_modular_forms/main.py @@ -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], diff --git a/lmfdb/classical_modular_forms/test_cmf.py b/lmfdb/classical_modular_forms/test_cmf.py index 575f658d1c..462a38405b 100644 --- a/lmfdb/classical_modular_forms/test_cmf.py +++ b/lmfdb/classical_modular_forms/test_cmf.py @@ -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)