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-37288: Return a SingleCellCoadd #15

Closed arunkannawadi closed 1 year ago

arunkannawadi commented 1 year ago

This PR changes the output of the run method to give a SingleCellCoadd rather than the inputs required to make a SingleCellCoadd. The common object has to be passed to the run method in order to build a SingleCellCoadd.

codecov-commenter commented 1 year ago

Codecov Report

Merging #15 (af40868) into main (1c9d264) will increase coverage by 0.23%. The diff coverage is 50.00%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
+ Coverage   87.44%   87.67%   +0.23%     
==========================================
  Files          23       23              
  Lines        1465     1461       -4     
  Branches      154      153       -1     
==========================================
  Hits         1281     1281              
+ Misses        144      140       -4     
  Partials       40       40              
Impacted Files Coverage Δ
python/lsst/cell_coadds/_cell_coadd_builder.py 43.75% <50.00%> (+1.75%) :arrow_up: