-
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: Make wrangler more verbose #284
Conversation
151192b
to
67cab9e
Compare
Codecov ReportBase: 83.12% // Head: 87.26% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #284 +/- ##
==========================================
+ Coverage 83.12% 87.26% +4.13%
==========================================
Files 26 25 -1
Lines 1956 1979 +23
Branches 295 297 +2
==========================================
+ Hits 1626 1727 +101
+ Misses 295 219 -76
+ Partials 35 33 -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. |
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 would allow fMRIPrep and such to pass in their own logger objects.
Closes #283
Adds
verbose
parameter, which enables logging through thefind_estimators()
process.I think this could also benefit from a way to visualize the layout, to further help debug why files are not being found.