Skip to content

Commit

Permalink
Fix location of blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Aug 17, 2018
1 parent 6633949 commit eab7d85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ccdproc/tests/test_combiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,8 @@ def test_combiner_average(ccd_data):
assert ccd.unit == u.adu
assert ccd.meta['NCOMBINE'] == len(ccd_list)

# test that the sum combination works and returns a ccddata object


# test that the sum combination works and returns a ccddata object
def test_combiner_sum(ccd_data):
ccd_list = [ccd_data, ccd_data, ccd_data]
c = Combiner(ccd_list)
Expand Down

0 comments on commit eab7d85

Please sign in to comment.