-
Notifications
You must be signed in to change notification settings - Fork 536
FIX: Import NUMPY_MMAP inside functions #1831
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch
codecov-io
commented
Feb 21, 2017
Codecov Report
@@ Coverage Diff @@ ## master #1831 +/- ## ======================================== Coverage ? 72.6% ======================================== Files ? 1054 Lines ? 52522 Branches ? 0 ======================================== Hits ? 38134 Misses ? 14388 Partials ? 0
Continue to review full report at Codecov.
|
Follow-up to #1796. Some imports were at the file level when they should have been at the function level. My criterion for moving was whether there are other function-local imports.
Addresses issue discovered in nipreps/fmriprep#362 (and nipreps/fmriprep#363).