Skip to content

Commit

Permalink
Merge pull request #1251 from ayshih/verify
Browse files Browse the repository at this point in the history
Silence warnings for any fixable FITS violations
  • Loading branch information
Cadair committed Jan 7, 2015
2 parents d78cd4b + 49e0b6a commit b5137a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunpy/io/fits.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def read(filepath, hdus=None):
elif isinstance(hdus, collections.Iterable):
hdulist = [hdulist[i] for i in hdus]
try:
hdulist.verify('fix+warn')
hdulist.verify('silentfix+warn')

headers = get_header(hdulist)
pairs = []
Expand Down

0 comments on commit b5137a7

Please sign in to comment.