Skip to content

MAINT: avoid deprecation warnings #2903

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

Merged
merged 3 commits into from
Mar 28, 2019
Merged

MAINT: avoid deprecation warnings #2903

merged 3 commits into from
Mar 28, 2019

Conversation

mgxd
Copy link
Member

@mgxd mgxd commented Mar 25, 2019

Summary

Fixes #2890.

List of changes proposed in this PR (pull-request)

Acknowledgment

  • (Mandatory) I acknowledge that this contribution will be available under the Apache 2 license.

@codecov-io
Copy link

Codecov Report

Merging #2903 into master will decrease coverage by 0.66%.
The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #2903      +/-   ##
=========================================
- Coverage   67.56%   66.9%   -0.67%     
=========================================
  Files         343     342       -1     
  Lines       43601   43583      -18     
  Branches     5427    5424       -3     
=========================================
- Hits        29460   29160     -300     
- Misses      13436   13699     +263     
- Partials      705     724      +19
Flag Coverage Δ
#smoketests 50.47% <ø> (ø) ⬆️
#unittests 64.05% <25%> (-0.95%) ⬇️
Impacted Files Coverage Δ
nipype/testing/decorators.py 66.66% <25%> (ø) ⬆️
nipype/interfaces/nilearn.py 40% <0%> (-56.67%) ⬇️
nipype/interfaces/dipy/registration.py 55.55% <0%> (-44.45%) ⬇️
nipype/testing/fixtures.py 77.33% <0%> (-21.34%) ⬇️
nipype/interfaces/freesurfer/base.py 61.01% <0%> (-19.5%) ⬇️
nipype/interfaces/dipy/base.py 60.36% <0%> (-16.22%) ⬇️
nipype/workflows/dmri/fsl/tbss.py 77.47% <0%> (-11.72%) ⬇️
nipype/workflows/smri/freesurfer/autorecon2.py 65.9% <0%> (-9.2%) ⬇️
nipype/interfaces/ants/base.py 63.82% <0%> (-8.52%) ⬇️
nipype/workflows/smri/freesurfer/ba_maps.py 91.66% <0%> (-8.34%) ⬇️
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 232ac23...30950ac. Read the comment docs.

@mgxd mgxd merged commit 27dc5cb into nipy:master Mar 28, 2019
@mgxd mgxd deleted the maint/pytest branch March 28, 2019 00:17
@mgxd mgxd mentioned this pull request Mar 28, 2019
1 task
@effigies effigies added this to the 1.2.0 milestone Apr 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pytest generates deprecation warning for message parameter
3 participants