Closed maxnoe closed 1 year ago
The data volume reduction classes are supposed to return a boolean mask for each pixel.
The NullDataVolumeReducer returned a mask for each (pixel, sample), comparing unnecessarily to 0.
NullDataVolumeReducer
Now, just a all-True boolean mask with the correct shape is returned.
astropy 5.3 was just released and it changed the order in which units are output as VO format string (in a good way!), I adapted the test so it doesn't care about the order
The data volume reduction classes are supposed to return a boolean mask for each pixel.
The
NullDataVolumeReducer
returned a mask for each (pixel, sample), comparing unnecessarily to 0.Now, just a all-True boolean mask with the correct shape is returned.