From 73e02a132db23adeff65efaa235ec7fb97b2e85f Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Thu, 30 Mar 2023 16:22:00 +0200 Subject: [PATCH] fix formatting Signed-off-by: Csaba Kiraly --- config_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):