Skip to content
Snippets Groups Projects
Commit 7cec8449 authored by Chao Peng's avatar Chao Peng
Browse files

follow up: update comments accordingly

parent 41825bf0
No related tags found
1 merge request!287Add plot script for e/pi separation performance
This commit is part of merge request !287. Comments created here will be created in the context of that merge request.
...@@ -275,8 +275,7 @@ if __name__ == '__main__': ...@@ -275,8 +275,7 @@ if __name__ == '__main__':
# TODO: collect the two-step results (e/p cut and ML) # TODO: collect the two-step results (e/p cut and ML)
# save run information # save run information, combine runs with the same run_type
# NOTE: runs with the same outdir will be combined (overwrite if nametag is the same)
run_data = {args.run_type: {args.ntag: kwargs}} run_data = {args.run_type: {args.ntag: kwargs}}
try: try:
with open(os.path.join(args.outdir, 'result.json'), 'r') as f: with open(os.path.join(args.outdir, 'result.json'), 'r') as f:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment