Skip to content

Commit

Permalink
Adapt length check for database update
Browse files Browse the repository at this point in the history
  • Loading branch information
S17A05 committed May 6, 2024
1 parent 744939e commit f2438a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/databases/conway.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def __len__(self):
TESTS::
sage: c = ConwayPolynomials()
sage: len(c)
35357
sage: len(c) in [35357, 47090]
True
"""
try:
return self._len
Expand Down

0 comments on commit f2438a5

Please sign in to comment.