umami-hep / umami-preprocessing

UPP: Umami PreProcessing
1 stars 34 forks source link

Plotting initial distributions of the components in "-plot" step #28

Closed IvanOleksiyuk closed 1 year ago

IvanOleksiyuk commented 1 year ago

Sorry for this feature being too late for the tutorial, but I added it now as it might prove useful after all

codecov[bot] commented 1 year ago

Codecov Report

Merging #28 (8ccdba8) into main (f46ddd2) will increase coverage by 0.10%. The diff coverage is 97.14%.

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
+ Coverage   92.78%   92.88%   +0.10%     
==========================================
  Files          15       15              
  Lines         887      914      +27     
==========================================
+ Hits          823      849      +26     
- Misses         64       65       +1     
Files Coverage Δ
upp/main.py 82.66% <100.00%> (+0.23%) :arrow_up:
upp/stages/plot.py 95.31% <97.05%> (+0.57%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

samvanstroud commented 1 year ago

Thanks a lot @IvanOleksiyuk! Do we need to add something to get this running in the CI and hence avoid the drop in coverage? Cheers