Skip to content

Commit d581703

Browse files
committed
Ignore possible unit output in Combiner
1 parent 9961f2a commit d581703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ccdproc/combiner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class Combiner:
9090
CCDData([[ 0.66666667, 0.66666667, 0.66666667, 0.66666667],
9191
[ 0.66666667, 0.66666667, 0.66666667, 0.66666667],
9292
[ 0.66666667, 0.66666667, 0.66666667, 0.66666667],
93-
[ 0.66666667, 0.66666667, 0.66666667, 0.66666667]])
93+
[ 0.66666667, 0.66666667, 0.66666667, 0.66666667]]...)
9494
"""
9595
def __init__(self, ccd_iter, dtype=None):
9696
if ccd_iter is None:

0 commit comments

Comments
 (0)