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

fix(axes): Handle np.ravel and using poorly-initialized arrays #481

Merged
merged 1 commit into from Feb 29, 2024

Conversation

Jacob-Stevens-Haas
Copy link
Collaborator

Fixes #480

Also add tests for np.ravel and np.ma.ravel
Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.42%. Comparing base (a0e36dd) to head (ed2ac2c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #481      +/-   ##
==========================================
+ Coverage   94.40%   94.42%   +0.01%     
==========================================
  Files          38       38              
  Lines        4060     4069       +9     
==========================================
+ Hits         3833     3842       +9     
  Misses        227      227              

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

@Jacob-Stevens-Haas Jacob-Stevens-Haas merged commit 098d231 into master Feb 29, 2024
6 checks passed
@Jacob-Stevens-Haas Jacob-Stevens-Haas deleted the hotfix-480 branch February 29, 2024 15:24
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.

[BUG] AxesArray ravel() needed for some plotting functions.
1 participant