Skip to content
Snippets Groups Projects
Commit 2108e553 authored by Rishi Sharma's avatar Rishi Sharma
Browse files

Fix accumulation FFT and Extra print in plot.py

parent 424c4886
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,5 @@
**/leaf/
**.egg-info
2021**
2022**
\ No newline at end of file
2022**
**/massif.out*
\ No newline at end of file
......@@ -137,7 +137,6 @@ def plot_results(path, centralized, data_machine="machine0", data_node=0):
means, stdevs, mins, maxs = get_stats(bytes_list)
bytes_means[folder] = list(means.values())[0]
bytes_stdevs[folder] = list(stdevs.values())[0]
print(bytes_list)
meta_list = []
for x in results:
......
......@@ -49,7 +49,7 @@ class FFT(PartialModel):
metadata_cap=1.0,
change_based_selection=True,
save_accumulated="",
accumulation=True,
accumulation=False,
accumulate_averaging_changes=False,
compress=False,
compression_package=None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment