Skip to content
Snippets Groups Projects

Add plot script for e/pi separation performance

Open Chao Peng requested to merge update_imaging_ml_benchmarks into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -275,8 +275,7 @@ if __name__ == '__main__':
# TODO: collect the two-step results (e/p cut and ML)
# save run information
# NOTE: runs with the same outdir will be combined (overwrite if nametag is the same)
# save run information, combine runs with the same run_type
run_data = {args.run_type: {args.ntag: kwargs}}
try:
with open(os.path.join(args.outdir, 'result.json'), 'r') as f:
Loading