mirror of
https://github.com/codex-storage/das-research.git
synced 2025-02-24 00:38:26 +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)
|
# distribute rows/columns evenly between validators (True)
|
||||||
# or generate it using local randomness (False)
|
# or generate it using local randomness (False)
|
||||||
evenLineDistribution = True
|
evenLineDistribution = False
|
||||||
|
|
||||||
# Number of simulation runs with the same parameters for statistical relevance
|
# Number of simulation runs with the same parameters for statistical relevance
|
||||||
runs = range(3)
|
runs = range(3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user