mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-04 06:03:10 +00:00
plot RCdist only if saveRCdist
This commit is contained in:
parent
866229f8e8
commit
4f5205e247
@ -71,7 +71,8 @@ class Visualizor:
|
|||||||
self.plotSentData(result, plotPath)
|
self.plotSentData(result, plotPath)
|
||||||
self.plotRecvData(result, plotPath)
|
self.plotRecvData(result, plotPath)
|
||||||
self.plotDupData(result, plotPath)
|
self.plotDupData(result, plotPath)
|
||||||
self.plotRowCol(result, plotPath)
|
if self.config.saveRCdist:
|
||||||
|
self.plotRowCol(result, plotPath)
|
||||||
|
|
||||||
def plotMissingSamples(self, result, plotPath):
|
def plotMissingSamples(self, result, plotPath):
|
||||||
"""Plots the missing samples in the network"""
|
"""Plots the missing samples in the network"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user