-
Notifications
You must be signed in to change notification settings - Fork 533
Enh/wait #3089
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
Enh/wait #3089
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3089 +/- ##
=========================================
+ Coverage 68.17% 68.2% +0.02%
=========================================
Files 297 297
Lines 39793 39808 +15
Branches 5212 5215 +3
=========================================
+ Hits 27130 27152 +22
+ Misses 11952 11946 -6
+ Partials 711 710 -1
Continue to review full report at Codecov.
|
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.
Seems fine, AFAICT.
Co-Authored-By: Chris Markiewicz <[email protected]>
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.
Looks good to me, made a minimal suggestion (will post a code proposal shortly).
On another topic - do we really want to add all the stylistic changes in this particular PR?
i refactored |
here is the direct pointer to the function: https://github.com/nipy/nipype/pull/3089/files#diff-7d84fc0957a520f25bb02479beb87c51R825 |
No objections. |
@oesteban - can i merge this? |
Sorry for holding this up |
Summary
Continuation of #3083
this adds an explicit timeout in reading the results file that may be missing due to file system delays.
Closes #3076
Hopefully:
Fixes #3014
Fixes #3081
List of changes proposed in this PR (pull-request)
Acknowledgment