esheldon/fitsio

lossless gzip not finalizing wile FITS object is open

Closed this issue · 0 comments

This hidden test case fails:

def _test_compressed_write_read_fitsobj(compress):

But this one, where the fits object is closed works

def test_compressed_write_read(compress):

Note after writes fits_flush_file is called so this might be an issue in cfitsio