-
Notifications
You must be signed in to change notification settings - Fork 54
[FIX] pandas warning about use of keyword arguments
#645
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] pandas warning about use of keyword arguments
#645
Conversation
oesteban
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.
Thanks!
Codecov Report
@@ Coverage Diff @@
## maint/1.3.x #645 +/- ##
===============================================
- Coverage 47.95% 0.00% -47.96%
===============================================
Files 43 43
Lines 5303 5301 -2
Branches 775 775
===============================================
- Hits 2543 0 -2543
- Misses 2673 5301 +2628
+ Partials 87 0 -87
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
I think the keyword is delimiter? I can't open the failing test on my phone, though. |
|
As far as I know, I just had a look, the error is something else. |
|
Got it. So we need to update our Dockerfile around here: https://github.com/nipreps/niworkflows/blob/master/Dockerfile#L126 |
|
Should I submit a separate PR for the |
|
I think we can use this PR :) |
- Required by `nilearn`
With the most recent
pandasversion, I am getting the following warning:I have attached the required change to avoid it.