Skip to content

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
jabraham17 pushed a commit to jabraham17/arkouda that referenced this pull request Jan 21, 2025
* Ready for testing

* Addresses flake8 error

---------

Co-authored-by: drculhane <drculhane@users.noreply.github.com>
Co-authored-by: ajpotts <amanda.j.potts@gmail.com>
@drculhane drculhane deleted the Closes-3943 branch March 15, 2025 13:32
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