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

Decorate project_volume_data with verbose (closes #160) #161

Merged
merged 2 commits into from
Aug 5, 2016

Conversation

mwaskom
Copy link
Member

@mwaskom mwaskom commented Aug 5, 2016

Closes #160

@mwaskom mwaskom mentioned this pull request Aug 5, 2016
@@ -10,6 +10,8 @@
import logging
logger = logging.getLogger('surfer')

from .utils import verbose
Copy link
Contributor

Choose a reason for hiding this comment

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

flake error, module level import goes above calls. Move it up three or more lines

@mwaskom
Copy link
Member Author

mwaskom commented Aug 5, 2016

Right right...it also offends my sensibilities to have a local import above a stdlib one, but I won't move more things around :)

@coveralls
Copy link

coveralls commented Aug 5, 2016

Coverage Status

Coverage increased (+0.02%) to 77.116% when pulling c5f3557 on mwaskom:hush_freesurfer into f364e94 on nipy:master.

@agramfort agramfort merged commit 6c98cb6 into nipy:master Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants