aperiosoftware / astropy

Repository for the Astropy core package
www.astropy.org
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix decompress_hdu and compress_hdu tests #22

Closed astrofrog closed 1 year ago

astrofrog commented 1 year ago

This gets all the decompress_hdu tests to pass. I noted something that might be a Numpy bug - will investigate.

astrofrog commented 1 year ago

@Cadair this fixes most of the decompress_hdu and compress_hdu tests with the exception of the compression with PLIO_1, which I'll investigate another time (and I assume isn't urgent since it's not going to be a very common compression type - decompression works though).