mirror of
https://github.com/codex-storage/das-research.git
synced 2025-02-20 14:58:09 +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"""
|
||||
if(len(self.config.runs) > 1):
|
||||
data = self.averageRuns(data, len(self.config.runs))
|
||||
else: return
|
||||
filteredKeys = self.similarKeys(data)
|
||||
vmin, vmax = 0, self.maxTTA+1000
|
||||
print("Plotting heatmaps...")
|
||||
|
Loading…
x
Reference in New Issue
Block a user