-
Notifications
You must be signed in to change notification settings - Fork 26
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: Add a preprocessing pipeline for SDC-SyN #184
Conversation
85a78e1
to
ca69ff1
Compare
Hello @oesteban, Thank you for updating! Cheers! There are no style issues detected in this Pull Request. 🍻 To test for issues locally, Comment last updated at 2021-03-04 19:01:53 UTC |
5f871ee
to
822d9e9
Compare
Brings the preprocessing for SyN back, leveraging the new reference workflow from NiWorkflows. Resolves: #183.
- merger node going through a zero-based enumeration (hence, dropping index 0) - change datatype of outputs to "fmap" so that pybids can build names.
822d9e9
to
b909a8b
Compare
b909a8b
to
19b2b5f
Compare
Codecov Report
@@ Coverage Diff @@
## master #184 +/- ##
==========================================
- Coverage 96.96% 94.25% -2.72%
==========================================
Files 23 23
Lines 1482 1618 +136
Branches 178 188 +10
==========================================
+ Hits 1437 1525 +88
- Misses 23 66 +43
- Partials 22 27 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Brings the preprocessing for SyN back, leveraging the new reference
workflow from NiWorkflows.
Resolves: #183.