-
Notifications
You must be signed in to change notification settings - Fork 54
FIX: Cordon off .dtseries.json contents #578
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: Cordon off .dtseries.json contents #578
Conversation
|
Hello @effigies, Thank you for updating! Cheers! There are no style issues detected in this Pull Request. 🍻 To test for issues locally, Comment last updated at 2020-11-05 19:07:03 UTC |
7f8269e to
0a0b659
Compare
Codecov Report
@@ Coverage Diff @@
## maint/1.3.x #578 +/- ##
===============================================
+ Coverage 64.39% 64.44% +0.04%
===============================================
Files 43 43
Lines 5278 5287 +9
Branches 766 770 +4
===============================================
+ Hits 3399 3407 +8
Misses 1720 1720
- Partials 159 160 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
@mgxd @oesteban Can I trouble one of you for a review? This is passing and can be seen in action in nipreps/fmriprep#2320. I'm inclined to make a niworkflows bug-fix release with this in. |
mgxd
left a comment
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, minor suggestions to keep the code more consistent but feel free to discard.
Co-authored-by: Mathias Goncalves <[email protected]>
|
Sure. I'd kept the old part the same for the simplicity of the edit, but the test makes changing it safer. |
Co-authored-by: Mathias Goncalves <[email protected]>
|
Passes locally now. Thanks for the quick fix. |
First step of nipreps/fmriprep#2294.