From 6941ac887a2c11f53736b3084af18f7dd7f354e0 Mon Sep 17 00:00:00 2001 From: Chao Peng <cpeng@anl.gov> Date: Sun, 20 Jun 2021 21:28:55 -0500 Subject: [PATCH] fix a typo --- benchmarks/imaging_shower_ML/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/imaging_shower_ML/config.yml b/benchmarks/imaging_shower_ML/config.yml index c01a1440..5f2bd4ff 100644 --- a/benchmarks/imaging_shower_ML/config.yml +++ b/benchmarks/imaging_shower_ML/config.yml @@ -3,7 +3,7 @@ ml_shower:tagging_epi : when: manual stage: benchmarks1 script: - - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_epi -n 100000 \ + - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_epi -n 100000 --particles "electron,pion-,pion-" --pmin 0.5 --pmax 10 ml_shower:tagging_e : @@ -11,7 +11,7 @@ ml_shower:tagging_e : when: manual stage: benchmarks1 script: - - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_e -n 100000 \ + - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_e -n 100000 --particles "electron" --pmin 0.5 --pmax 10 ml_shower:tagging_pi : @@ -19,7 +19,7 @@ ml_shower:tagging_pi : when: manual stage: benchmarks1 script: - - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_pi -n 100000 \ + - python3 benchmarks/imaging_shower_ML/sim_rec_tag.py -t imcal_pi -n 100000 --particles "pion-" --pmin 0.5 --pmax 10 ml_shower:training: -- GitLab