Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FITS MIME type #208

Merged
merged 2 commits into from
May 21, 2019
Merged

Add FITS MIME type #208

merged 2 commits into from
May 21, 2019

Conversation

jsub1
Copy link

@jsub1 jsub1 commented May 15, 2019

The python mimetype library does not include the MIME type information for FITS files by default, so we have to add it. Otherwise adding FITS images breaks pywwt on notebooks 5.7.6 and up. (See #191 and #192 for more info on notebooks and MIME types)

Copy link
Contributor

@pkgw pkgw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assuming CI passes, looks good to me!

@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

Merging #208 into master will decrease coverage by 0.1%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
- Coverage   58.12%   58.02%   -0.11%     
==========================================
  Files          24       24              
  Lines        1667     1670       +3     
==========================================
  Hits          969      969              
- Misses        698      701       +3
Impacted Files Coverage Δ
pywwt/jupyter_server.py 28.57% <0%> (-1.87%) ⬇️

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 5292e91...0438408. Read the comment docs.

@pkgw
Copy link
Contributor

pkgw commented May 20, 2019

I rebased this on the latest wwt/master, which should fix the CI issue related to checking links in the docs.

@pkgw pkgw merged commit c363477 into WorldWideTelescope:master May 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants