mirror of
https://github.com/status-im/das-research.git
synced 2025-02-22 19:38:14 +00:00
fixup: add bwUplink to save file name
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
99e051e6fc
commit
4a5d410f6a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user