-
Notifications
You must be signed in to change notification settings - Fork 27
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: Allow bids filtering during get()
calls.
#292
Conversation
blocked by #293 |
This is to bring SDCFlow's file filtering more in-line with approaches taken in other nipreps. To avoid potential collisions during `get()` parameter assigment, base / additional values are first merged into a dictionary, and then passed in as keyword arguments
b909a8d
to
30f5ae2
Compare
Codecov ReportBase: 85.38% // Head: 87.22% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #292 +/- ##
==========================================
+ Coverage 85.38% 87.22% +1.83%
==========================================
Files 24 25 +1
Lines 1930 1988 +58
Branches 221 299 +78
==========================================
+ Hits 1648 1734 +86
+ Misses 246 220 -26
+ Partials 36 34 -2
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. |
It looks like we've had a bunch of significant changes since 2.1.1, so |
Can backport if needed. |
This is to bring SDCFlow's file filtering more in-line with approaches taken in other nipreps. To avoid potential collisions during `get()` parameter assigment, base / additional values are first merged into a dictionary, and then passed in as keyword arguments Backport niprepsgh-292
This is to bring SDCFlow's file filtering more in-line with approaches taken in other nipreps. To avoid potential collisions during
get()
parameter assigment, base / additional values are first merged into a dictionary, and then passed in as keyword arguments