fixup: add bwUplink to save file name

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-03-06 11:42:45 +01:00
parent 99e051e6fc
commit 4a5d410f6a
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class Shape:
shastr += "-nbv-"+str(self.numberValidators)
shastr += "-fr-"+str(self.failureRate)
shastr += "-chi-"+str(self.chi)
shastr += "-bwu-"+str(self.bwUplink)
shastr += "-nd-"+str(self.netDegree)
shastr += "-r-"+str(self.run)
return shastr