-
Notifications
You must be signed in to change notification settings - Fork 532
DOC: Fix typos found by codespell #3512
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
7187941
to
4f315a9
Compare
Codecov ReportBase: 65.25% // Head: 64.41% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #3512 +/- ##
==========================================
- Coverage 65.25% 64.41% -0.85%
==========================================
Files 309 309
Lines 40873 40873
Branches 5380 5380
==========================================
- Hits 26673 26329 -344
- Misses 13126 13484 +358
+ Partials 1074 1060 -14
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
Overall looks good. I think we should revert the nipype/interfaces/fsl/model_templates/
directory.
@@ -1,3 +1,2 @@ | |||
# Mask real contrast/F-test $c1 with real contrast/F-test $c2? | |||
set fmri(conmask${c1}_${c2}) 0 | |||
|
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 think for template files, we should leave them alone. These are meant to be snippets to compile as inputs to tools, and I don't have an immediate plan to generate before/after files that would use all of these and decide whether the whitespace improved readability or possibly was significant.
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 have reverted nipype/interfaces/fsl/model_templates/*
.
Remove: - spaces at end of line, - empty lines at end of file.
b62b3cf
to
326880d
Compare
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.
LGTM!
Summary
Fix typos.
List of changes proposed in this PR (pull-request)