From 7cec84493891a33ad4de61b2d291e12beaa41270 Mon Sep 17 00:00:00 2001 From: Chao Peng <cpeng@anl.gov> Date: Mon, 5 Dec 2022 14:43:55 -0600 Subject: [PATCH] follow up: update comments accordingly --- benchmarks/imaging_shower_ML/run_benchmark.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/benchmarks/imaging_shower_ML/run_benchmark.py b/benchmarks/imaging_shower_ML/run_benchmark.py index a196fcbe..fb75b4c9 100755 --- a/benchmarks/imaging_shower_ML/run_benchmark.py +++ b/benchmarks/imaging_shower_ML/run_benchmark.py @@ -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: -- GitLab