mirror of
https://github.com/logos-storage/das-research.git
synced 2026-02-18 03:53:07 +00:00
Bug fixes
This commit is contained in:
parent
1644e8528f
commit
49dea8a711
@ -81,7 +81,7 @@ def study(config):
|
||||
nnAvgDisconnectedCols[nn] = avgDisconnectedCols
|
||||
|
||||
now = datetime.now()
|
||||
execID = now.strftime("1D-EC_%Y-%m-%d_%H-%M-%S_")+str(random.randint(100,999))
|
||||
execID = now.strftime("%Y-%m-%d_%H-%M-%S_")+str(random.randint(100,999))
|
||||
newpath = f"ConnectivityTest/MaliciousNodesVsNumberOfNodes/results/{execID}/"
|
||||
if not os.path.exists(newpath): os.makedirs(newpath)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user