ficksuppe

This commit is contained in:
Si11ium
2019-03-15 22:21:59 +01:00
parent c3f75cc5d9
commit 55baa9ad09
7 changed files with 24 additions and 23 deletions

View File

@ -92,5 +92,5 @@ if __name__ == '__main__':
in_file = args.in_file[0]
out_file = args.out_file
search_and_apply(in_file, plot_bars, files_to_look_for=['all_data.dill'])
search_and_apply(in_file, plot_bars, files_to_look_for=['all_counters.dill'])
# , 'all_names.dill', 'all_notable_nets.dill'])