lsst / cell_coadds

LSST Data Management: Data Structures defining the cell-based coadds
GNU General Public License v3.0
2 stars 0 forks source link

DM-32412: Add a task to make cell-based coadds #3

Closed arunkannawadi closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #3 (9eaf9f5) into main (9bb1ed4) will decrease coverage by 3.35%. The diff coverage is 43.80%.

@@            Coverage Diff             @@
##             main       #3      +/-   ##
==========================================
- Coverage   71.33%   67.98%   -3.36%     
==========================================
  Files          14       15       +1     
  Lines         757      862     +105     
  Branches       91      111      +20     
==========================================
+ Hits          540      586      +46     
- Misses        210      269      +59     
  Partials        7        7              
Impacted Files Coverage Δ
python/lsst/cell_coadds/_single_cell_coadd.py 57.50% <ø> (ø)
python/lsst/cell_coadds/_cellCoaddBuilder.py 43.26% <43.26%> (ø)
python/lsst/cell_coadds/__init__.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

arunkannawadi commented 2 years ago

Tests with python3.8 are failing for anticipated reasons. I'm happy to remove python3.8 from tests because my test environment is also updated to python3.10, so 3.8 is not relevant any more.

arunkannawadi commented 2 years ago

I will squash and reorder the commits after the changes are reviewed.