fixed old heatmap bug

This commit is contained in:
Sudipta Basak 2024-05-16 05:13:24 +00:00
parent 7dfc0c099c
commit 804fdcdee3
No known key found for this signature in database

View File

@ -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...")