mirror of
https://github.com/logos-storage/das-research.git
synced 2026-01-07 23:53:08 +00:00
plot RCdist only if saveRCdist
This commit is contained in:
parent
866229f8e8
commit
4f5205e247
@ -71,6 +71,7 @@ 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)
|
||||||
|
if self.config.saveRCdist:
|
||||||
self.plotRowCol(result, plotPath)
|
self.plotRowCol(result, plotPath)
|
||||||
|
|
||||||
def plotMissingSamples(self, result, plotPath):
|
def plotMissingSamples(self, result, plotPath):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user