mirror of
https://github.com/codex-storage/das-research.git
synced 2025-02-22 07:48:12 +00:00
fixed old heatmap bug
This commit is contained in:
parent
7dfc0c099c
commit
804fdcdee3
@ -182,6 +182,7 @@ class Visualizer:
|
|||||||
"""Average the runs if needed"""
|
"""Average the runs if needed"""
|
||||||
if(len(self.config.runs) > 1):
|
if(len(self.config.runs) > 1):
|
||||||
data = self.averageRuns(data, len(self.config.runs))
|
data = self.averageRuns(data, len(self.config.runs))
|
||||||
|
else: return
|
||||||
filteredKeys = self.similarKeys(data)
|
filteredKeys = self.similarKeys(data)
|
||||||
vmin, vmax = 0, self.maxTTA+1000
|
vmin, vmax = 0, self.maxTTA+1000
|
||||||
print("Plotting heatmaps...")
|
print("Plotting heatmaps...")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user