mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-02 21:23:09 +00:00
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:
parent
5a249fe238
commit
3db9eda5ea
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user