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

toasty/pyramid.py: fix selection of default image format #44

Closed pkgw closed 3 years ago

pkgw commented 3 years ago

If the target directory didn't exist, we were leaving the format as None.

Closes #43.

codecov[bot] commented 3 years ago

Codecov Report

Merging #44 (184f321) into master (8285baf) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #44      +/-   ##
==========================================
+ Coverage   72.95%   72.96%   +0.01%     
==========================================
  Files          18       18              
  Lines        2237     2238       +1     
==========================================
+ Hits         1632     1633       +1     
  Misses        605      605              
Impacted Files Coverage Δ
toasty/pyramid.py 85.03% <100.00%> (+0.11%) :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 8285baf...4879b91. Read the comment docs.