Skip to content

Commit 193bbb2

Browse files
committed
elimination can be parallelized.
1 parent 2dc6587 commit 193bbb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapFolding/tests/test_computations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_A000136(flow: str) -> None:
5656
CPUlimit = .5
5757
oeis_n = 2
5858
for oeis_n in dictionaryOEISMapFolding[oeisID]['valuesTestValidation']:
59-
if oeis_n < 4:
59+
if oeis_n < 6:
6060
continue
6161

6262
expected = dictionaryOEISMapFolding[oeisID]['valuesKnown'][oeis_n]

0 commit comments

Comments
 (0)