We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85d35c commit 244b2ecCopy full SHA for 244b2ec
1 file changed
ccdproc/combiner.py
@@ -563,7 +563,6 @@ def combiner_method(self, combine_func=ma.sum, scale_to=None):
563
# set up the data
564
data = combine_func(self._get_scaled_data(scale_to), axis=0)
565
566
-
567
# set up the mask
568
masked_values = self.data_arr.mask.sum(axis=0)
569
mask = (masked_values == len(self.data_arr))
0 commit comments