-
Notifications
You must be signed in to change notification settings - Fork 536
FIX: Import mmap into inner function for all_fsl_pipeline #2058
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
codecov-io
commented
May 30, 2017
Codecov Report
@@ Coverage Diff @@ ## master #2058 +/- ## ========================================== - Coverage 72.17% 72.17% -0.01% ========================================== Files 1136 1136 Lines 57146 57147 +1 Branches 8185 8185 ========================================== Hits 41243 41243 - Misses 14616 14617 +1 Partials 1287 1287
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@ ## master #2058 +/- ## ========================================== - Coverage 72.17% 72.17% -0.01% ========================================== Files 1136 1136 Lines 57146 57147 +1 Branches 8185 8185 ========================================== Hits 41243 41243 - Misses 14616 14617 +1 Partials 1287 1287
Continue to review full report at Codecov.
|
Rationale:
Similar to pull request #1831 (and follow up to #1796) there was a function level import for NUMPY_MMAP that was missing, causing a
NameErrorChanges proposed in this pull request
NUMPY_MMAPinto_gen_index[inner function ofall_fsl_pipeline]