From 3db9eda5ea30d2bd1e6fe280a1ceba0bc3e2ecda Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Tue, 6 Feb 2024 12:12:56 +0100 Subject: [PATCH] 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 --- smallConf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smallConf.py b/smallConf.py index a166cec..b1434af 100644 --- a/smallConf.py +++ b/smallConf.py @@ -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)