Skip to content

Commit

Permalink
Block some character tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jwj61 committed Oct 9, 2024
1 parent 8b313ad commit f010f13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lmfdb/galois_groups/transitive_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ def malle_a(self):

@lazy_attribute
def can_chartable(self):
if self.num_conjclasses() > 160:
return False
if not db.gps_groups.lookup(self.abstract_label()):
return False
return self.wag.complex_characters_known
Expand Down

0 comments on commit f010f13

Please sign in to comment.