Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lmfdb/characters/TinyConrey.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def first_chars_with_orbit(self, limit=31):
pass




class ConreyCharacter():
"""
minimal implementation of character from its Conrey index
Expand Down
2 changes: 0 additions & 2 deletions lmfdb/characters/web_character.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,12 +860,10 @@ def __init__(self, **kwargs):

def _fill_contents(self):
logger.info(f"[DC] start filling content {self.__class__.__name__}, defined in WebDBDirichletGroup")


for c in self.first_chars():
self.add_row(c)


def add_row(self, num):
"""
Add a row to _contents for display on the webpage.
Expand Down