Skip to content

FIX: Change plt.hist() argument from deprecated 'normed' to 'density' #3455

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 1 commit into from
Apr 22, 2022

Conversation

sjshim
Copy link
Contributor

@sjshim sjshim commented Apr 22, 2022

Summary

Fixes #3451 .

@codecov
Copy link

codecov bot commented Apr 22, 2022

Codecov Report

Merging #3455 (a6f929f) into master (3dc858e) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master    #3455   +/-   ##
=======================================
  Coverage   65.24%   65.24%           
=======================================
  Files         309      309           
  Lines       40833    40833           
  Branches     5376     5376           
=======================================
  Hits        26641    26641           
  Misses      13118    13118           
  Partials     1074     1074           
Flag Coverage Δ
unittests 65.02% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nipype/algorithms/metrics.py 56.28% <0.00%> (ø)

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 3dc858e...a6f929f. Read the comment docs.

@effigies effigies changed the title FIX: #3451. change plt.hist() argument from 'normed' to 'density' FIX: Change plt.hist() argument from deprecated 'normed' to 'density' Apr 22, 2022
@effigies effigies merged commit 6cfba9d into nipy:master Apr 22, 2022
@effigies
Copy link
Member

Thanks!

@effigies effigies added this to the 1.8.0 milestone Apr 28, 2022
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.

matplotlib "normed" argument deprecated
2 participants