Skip to content

Commit 244b2ec

Browse files
committed
whoops, some crud left from moving stuff around
1 parent a85d35c commit 244b2ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ccdproc/combiner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ def combiner_method(self, combine_func=ma.sum, scale_to=None):
563563
# set up the data
564564
data = combine_func(self._get_scaled_data(scale_to), axis=0)
565565

566-
567566
# set up the mask
568567
masked_values = self.data_arr.mask.sum(axis=0)
569568
mask = (masked_values == len(self.data_arr))

0 commit comments

Comments
 (0)