smallConf: changing evenLineDistribution to False

Changing default here, since a generic version of even line distribution
is not yet implemented.

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2024-02-06 12:12:56 +01:00
parent 2eb92b755a
commit 207ff42348
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ numJobs = -1
# distribute rows/columns evenly between validators (True)
# or generate it using local randomness (False)
evenLineDistribution = True
evenLineDistribution = False
# Number of simulation runs with the same parameters for statistical relevance
runs = range(3)