WorldWideTelescope / toasty

Break large images into "tile pyramids", with a focus on the all-sky TOAST format.
https://toasty.readthedocs.io/
MIT License
0 stars 4 forks source link

Work for LSST demo #27

Closed pkgw closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #27 into master will decrease coverage by 6.92%. The diff coverage is 12.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
- Coverage   86.02%   79.09%   -6.93%     
==========================================
  Files          12       13       +1     
  Lines        1882     2057     +175     
==========================================
+ Hits         1619     1627       +8     
- Misses        263      430     +167     
Impacted Files Coverage Δ
toasty/multi_wcs.py 0.00% <0.00%> (ø)
toasty/image.py 71.87% <6.66%> (-4.69%) :arrow_down:
toasty/study.py 84.34% <12.50%> (-11.66%) :arrow_down:
toasty/pyramid.py 85.21% <35.71%> (-6.13%) :arrow_down:
toasty/merge.py 95.72% <100.00%> (+0.11%) :arrow_up:
toasty/toast.py 98.87% <100.00%> (ø)

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 fe19e1d...8fb101f. Read the comment docs.

pkgw commented 4 years ago

This puts a bit of a ding in our code coverage, but we can't test it effectively until reproject learns how to optimize WCS given only shapes (astropy/reproject#242). I want to get these changes merged in so that I can start working on the next set of features, so I'm gonna take the hit.