Skip to content
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

Replace numpy.matrix with numpy.ndarray #407

Merged
merged 3 commits into from
Jul 22, 2024

Conversation

dnerini
Copy link
Member

@dnerini dnerini commented Jul 20, 2024

closes #406

Copy link

codecov bot commented Jul 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.67%. Comparing base (d77fe73) to head (0919ba2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #407   +/-   ##
=======================================
  Coverage   83.67%   83.67%           
=======================================
  Files         159      159           
  Lines       12649    12653    +4     
=======================================
+ Hits        10584    10588    +4     
  Misses       2065     2065           
Flag Coverage Δ
unit_tests 83.67% <100.00%> (+<0.01%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

pysteps/blending/steps.py Show resolved Hide resolved
Copy link
Contributor

@RubenImhoff RubenImhoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me, nice work!

@dnerini dnerini requested a review from sidekock July 22, 2024 08:49
@dnerini dnerini merged commit a915843 into master Jul 22, 2024
10 checks passed
@dnerini dnerini deleted the 406-deprecation-warning-numpymatrix branch July 22, 2024 11:51
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.

Deprecation Warning in steps blending: Replace numpy.matrix with numpy.ndarray
3 participants