Skip to content

Commit dc2ad78

Browse files
committed
histogram
1 parent 0a4b05f commit dc2ad78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kmtricks.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,8 +1196,9 @@ def main():
11961196
pool.exec()
11971197

11981198
progress_bar.finish()
1199-
1200-
global_hist.dump(f'{args["run_dir"]}/storage/global.kmhist')
1199+
1200+
if (only == 3 or all_ and until > 1):
1201+
global_hist.dump(f'{args["run_dir"]}/storage/global.kmhist')
12011202

12021203
total_time.print('Done in ')
12031204

0 commit comments

Comments
 (0)