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

Closes 3943 issue with reshape #3947

Merged
merged 3 commits into from
Jan 3, 2025
Merged

Conversation

drculhane
Copy link
Contributor

Closes #3943

Slight changes to reshape to allow for a single integer argument. Had to make some additional changes so that the use of reshape by slice wouldn't cause problems. Passes all tests.

Added a test to test_reshape. Previously it changed a (4) to a (2,2). Now it changes it back to (4) also.

@drculhane drculhane changed the title Ready for testing Closes 3943 issue with reshape Dec 17, 2024
Copy link
Contributor

@ajpotts ajpotts left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks for taking this one!

Copy link
Contributor

@jaketrookman jaketrookman left a comment

Choose a reason for hiding this comment

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

Looks good

@ajpotts ajpotts added this pull request to the merge queue Jan 3, 2025
Merged via the queue into Bears-R-Us:master with commit fcdd559 Jan 3, 2025
16 checks passed
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.

pdarray.reshape with a scalar argument doesn't work
3 participants