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

BUG(axes): Make concat out param work #454

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Conversation

Jacob-Stevens-Haas
Copy link
Member

AxesArray.concatenate() failed whenever the out argument was set. (See docs).

This PR enables the full calling signature of concatenate with AxesArrays. It was discovered in some trapping work, as np.stack calls concatenate internally.

See the one added test, which fails on master branch and passes here.

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (638e4bb) 93.87% compared to head (679b4dc) 93.91%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #454      +/-   ##
==========================================
+ Coverage   93.87%   93.91%   +0.03%     
==========================================
  Files          37       37              
  Lines        3627     3630       +3     
==========================================
+ Hits         3405     3409       +4     
+ Misses        222      221       -1     

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

Copy link
Member Author

@Jacob-Stevens-Haas Jacob-Stevens-Haas left a comment

Choose a reason for hiding this comment

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

Gonna go ahead and merge it because I need it in another PR.

@Jacob-Stevens-Haas Jacob-Stevens-Haas merged commit 4c7f02b into master Jan 14, 2024
6 checks passed
@Jacob-Stevens-Haas Jacob-Stevens-Haas deleted the axesarray-concat branch January 14, 2024 15:23
jpcurbelo pushed a commit to jpcurbelo/pysindy_fork that referenced this pull request Apr 30, 2024
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.

1 participant