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

fix a typo

parent 324ee90e
No related branches found
No related tags found
1 merge request!115Add ML benchmark for imaging calorimetry
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment