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

pdarray.shape should be a tuple #3714

Closed
ajpotts opened this issue Aug 29, 2024 · 0 comments · Fixed by #3803
Closed

pdarray.shape should be a tuple #3714

ajpotts opened this issue Aug 29, 2024 · 0 comments · Fixed by #3803
Assignees

Comments

@ajpotts
Copy link
Contributor

ajpotts commented Aug 29, 2024

pdarray.shape should be a tuple to match numpy.

In [2]: a = np.array([[1,2],[3,4]])

In [3]: a.shape
Out[3]: (2, 2)

In [4]: type(a.shape)
Out[4]: tuple

@ajpotts ajpotts self-assigned this Aug 29, 2024
@ajpotts ajpotts added this to the Numpy Alignment milestone Aug 29, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Sep 30, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Sep 30, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Oct 1, 2024
github-merge-queue bot pushed a commit that referenced this issue Oct 9, 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 a pull request may close this issue.

1 participant