Skip to content

Commit

Permalink
src/sage/combinat/designs/latin_squares.py: update compare=True tests
Browse files Browse the repository at this point in the history
The new mols-handbook-data package includes updated bounds for n=60 and
n=7968 from Jeff Dinitz's webpage. The n=60 case appears in some tests,
so to keep the tests passing, we have to tweak the expected output.
  • Loading branch information
orlitzky committed Jan 7, 2024
1 parent 1098b59 commit e9d07dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/combinat/designs/latin_squares.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
0| + +
20|
40|
60| +
60|
80|
100|
120|
Expand Down Expand Up @@ -499,13 +499,13 @@ def MOLS_table(start,stop=None,compare=False,width=None):
0| + +
20|
40|
60| +
60|
80|
sage: MOLS_table(50, 100, compare=True)
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
________________________________________________________________________________
40|
60| +
60|
80|
"""
from .orthogonal_arrays import largest_available_k
Expand Down

0 comments on commit e9d07dd

Please sign in to comment.