-
Notifications
You must be signed in to change notification settings - Fork 13
MNT: bids2scidata: Use .iloc instead of deprecated .ix #74
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
Conversation
and previous PR build (11 days ago though) didn't have this failure |
|
restarted that PR #73 travis build to see what is failing there now |
|
|
The test failures are unrelated. They're due to nipype_workshop_dataset.sh passing |
.ix was deprecated in pandas 0.20.0 and has been removed in the latest release, 1.0.0.
In 0.12.x, `datalad save` no longer accepts --super-datasets. In a blind to make the example compatible with the latest DataLad, use the --dataset=^ shortcut instead. Note that there are other spots in the example that should be updated for the 0.12.x (e.g., use of `datalad add`). This is just a minimal attempt to get it passing. Re: datalad#74 (comment)
|
LGTM |
This popped up in the "DeprecationWarning -> error" run from datalad/datalad#3618: https://travis-ci.org/datalad/datalad/jobs/576041485#L1241