Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make PEP8 fixes to test_combiner.py #641

Merged
merged 2 commits into from
Aug 17, 2018

Conversation

mwcraig
Copy link
Member

@mwcraig mwcraig commented Aug 13, 2018

My editor happened to notice these so I fixed them....

@mwcraig
Copy link
Member Author

mwcraig commented Aug 13, 2018

No idea why coveralls thinks coverage went down...I think this is ok to merge @crawfordsm and @MSeifert04 but I'll let one of you hit the button in case there is something I'm missing....

Copy link
Contributor

@MSeifert04 MSeifert04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one comment

@@ -204,7 +204,9 @@ 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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the two empty lines should be above the comment, not below.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, thought I had caught all of those...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants