-
Notifications
You must be signed in to change notification settings - Fork 52
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
FIX: Address some reliability issues of the functional masking workflow #711
Conversation
Co-authored-by: Mathias Goncalves <[email protected]>
@@ -118,32 +118,6 @@ def _run_interface(self, runtime): | |||
return runtime | |||
|
|||
|
|||
class _BinaryDilationInputSpec(BaseInterfaceInputSpec): |
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.
Something went wrong with the merge..
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.
:S
Ha! Yes, I think that makes sense. |
@oesteban I pushed the pre-rebase version (97be9e5) from #707 to https://github.com/nipreps/niworkflows/compare/restore-707 if you just want to use that. |
Okay, the merge doesn't seem great :( |
Codecov Report
@@ Coverage Diff @@
## master #711 +/- ##
=======================================
Coverage 49.18% 49.19%
=======================================
Files 49 49
Lines 5866 5865 -1
Branches 837 837
=======================================
Hits 2885 2885
+ Misses 2872 2871 -1
Partials 109 109
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Replaces: #707.
Addresses: nipreps/fmriprep#2731.