Skip to content

Commit

Permalink
Merge branch 'main' of github.com:LMFDB/lmfdb into psycodict_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
roed314 committed May 7, 2024
2 parents f72c359 + 734a3f5 commit 37c4422
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lmfdb/groups/abstract/test_browse_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,9 @@ def test_subgroup_solvable_search(self):
"""
self.check_args("/Groups/Abstract/?solvable=yes&search_type=Subgroups", "3.1.3.a1.a1")
self.not_check_args("/Groups/Abstract/?solvable=yes&search_type=Subgroups", "60.5.1.a1.a1")
self.check_args("/Groups/Abstract/?solvable=no&search_type=Subgroups", "60.5.1.a1.a1")
self.not_check_args("/Groups/Abstract/?solvable=no&search_type=Subgroups", "3.1.3.a1.a1")
# Solvable = False requires a 30GB index to support, so we disable them for now
#self.check_args("/Groups/Abstract/?solvable=no&search_type=Subgroups", "60.5.1.a1.a1")
#self.not_check_args("/Groups/Abstract/?solvable=no&search_type=Subgroups", "3.1.3.a1.a1")

def test_subgroup_normal_search(self):
r"""
Expand Down Expand Up @@ -539,8 +540,9 @@ def test_subgroup_solvable_quotient_search(self):
"""
self.check_args("/Groups/Abstract/?quotient_solvable=yes&search_type=Subgroups", "1.1.1.a1.a1")
self.not_check_args("/Groups/Abstract/?quotient_solvable=yes&search_type=Subgroups", "60.5.60.a1.a1")
self.check_args("/Groups/Abstract/?quotient_solvable=no&search_type=Subgroups", "60.5.60.a1.a1")
self.not_check_args("/Groups/Abstract/?quotient_solvable=no&search_type=Subgroups", "1.1.1.a1.a1")
# The following searches require a 30GB index to support, so we disable them for now
#self.check_args("/Groups/Abstract/?quotient_solvable=no&search_type=Subgroups", "60.5.60.a1.a1")
#self.not_check_args("/Groups/Abstract/?quotient_solvable=no&search_type=Subgroups", "1.1.1.a1.a1")

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

0 comments on commit 37c4422

Please sign in to comment.