diff --git a/config_example.py b/config_example.py index 6725280..a17477f 100644 --- a/config_example.py +++ b/config_example.py @@ -75,7 +75,7 @@ randomSeed = "DAS" # Number of steps without progress to stop simulation steps4StopCondition = 7 - + def nextShape(): for run, fr, class1ratio, chi, vpn1, vpn2, blockSize, nn, netDegree, bwUplinkProd, bwUplink1, bwUplink2 in itertools.product( runs, failureRates, class1ratios, chis, validatorsPerNode1, validatorsPerNode2, blockSizes, numberNodes, netDegrees, bwUplinksProd, bwUplinks1, bwUplinks2):