-
Notifications
You must be signed in to change notification settings - Fork 58
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
Change T1wACPC to ACPC and T1wNative to anat #859
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #859 +/- ##
=======================================
Coverage 28.57% 28.57%
=======================================
Files 68 68
Lines 10126 10126
Branches 1135 1135
=======================================
Hits 2893 2893
Misses 7134 7134
Partials 99 99 ☔ View full report in Codecov by Sentry. |
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.
Only a few questions
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 go!
Something went wrong with the filename patterns for |
I always assumed that the filename patterns in the DerivativesDataSink were selected based on the number of matching entities, but I guess the order of patterns in the list actually matters. Moving the "bad" pattern to the end of the list seems to fix the problem. |
It's finally passing. @mattcieslak could you take one more look before we 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.
I can add those small docs changes to a different PR
Co-authored-by: Matt Cieslak <[email protected]>
Thanks! I'll merge once CI passes then. |
Closes #853 and closes #854.
Changes proposed in this pull request
T1wACPC
space value toACPC
.T1w
is used whereACPC
is meant.ACPC
was more appropriate.T1wNative
space value toanat
.