cta-observatory / protopipe

Prototype data analysis pipeline for the Cherenkov Telescope Array Observatory
https://protopipe.readthedocs.io/en/latest/
Other
5 stars 13 forks source link

Make progress bar optional and add it also to DL2 script #154

Closed HealthyPear closed 3 years ago

HealthyPear commented 3 years ago

In the case of a finite number of shower events, the GRID was killing the jobs due to the ASCII characters of the progress bar.

codecov[bot] commented 3 years ago

Codecov Report

Merging #154 (de588cc) into master (2fe78fc) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   66.81%   66.84%   +0.02%     
==========================================
  Files          23       23              
  Lines        2242     2244       +2     
==========================================
+ Hits         1498     1500       +2     
  Misses        744      744              
Impacted Files Coverage Δ
protopipe/scripts/data_training.py 93.08% <100.00%> (+0.03%) :arrow_up:
protopipe/scripts/write_dl2.py 82.02% <100.00%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2fe78fc...de588cc. Read the comment docs.