-
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: Find B0FieldIdentifiers when one image contributes to multiple #298
Conversation
8100cc0
to
b37d8fe
Compare
Co-authored-by: Chris Markiewicz <[email protected]>
b37d8fe
to
56432af
Compare
Co-authored-by: Chris Markiewicz <[email protected]>
Co-authored-by: Chris Markiewicz <[email protected]>
…nstead of custom wrapping
Codecov ReportBase: 85.38% // Head: 90.13% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #298 +/- ##
==========================================
+ Coverage 85.38% 90.13% +4.74%
==========================================
Files 24 25 +1
Lines 1930 2372 +442
Branches 221 381 +160
==========================================
+ Hits 1648 2138 +490
+ Misses 246 189 -57
- Partials 36 45 +9
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. |
@bpinsard Spent a bit of time on this logic today, and fixed the tests. Please check it on your use case. |
Just a bump. If this is good to go, it would be nice to get in for a release. |
Great. will test it asap. |
|
Oh, are we doing Will push |
But the regexp matching is likely run on the json serialized string in pybids if I remember well (digged into code and sqlite database a while ago). |
Okay. This should be working. @bpinsard Would you mind giving it one more try while we're waiting on the CI? |
That works! 🎉
|
Attempt at fixing/hacking #266