mirror of
https://github.com/status-im/das-research.git
synced 2025-02-20 18:38:17 +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.plotRecvData(result, plotPath)
|
||||
self.plotDupData(result, plotPath)
|
||||
self.plotRowCol(result, plotPath)
|
||||
if self.config.saveRCdist:
|
||||
self.plotRowCol(result, plotPath)
|
||||
|
||||
def plotMissingSamples(self, result, plotPath):
|
||||
"""Plots the missing samples in the network"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user