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 #2033: Initial bigint.to_ndarray/list #2036

Merged

Conversation

stress-tess
Copy link
Member

This PR (closes #2033):

  • Adds intial to_ndarray/list functionality for bigint pdarrays
  • Updates .bigint_to_uint_arrays to handle edge case where pdarray is all zeroes to begin with
  • Updates existing tests to remove cast to uint arrays before calling to_list

This PR (closes Bears-R-Us#2033):
- Adds intial `to_ndarray/list` functionality for `bigint` pdarrays
- Updates `.bigint_to_pdarrays` to handle edge case where pdarray is all zeroes to begin with
- Updates existing tests to remove cast to uint arrays before calling `to_list`
arkouda/pdarrayclass.py Show resolved Hide resolved
src/BigIntMsg.chpl Show resolved Hide resolved
Copy link
Contributor

@Ethan-DeBandi99 Ethan-DeBandi99 left a comment

Choose a reason for hiding this comment

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

This looks good to me. I like the solution here a lot.

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

@Ethan-DeBandi99 Ethan-DeBandi99 merged commit 447072f into Bears-R-Us:master Jan 10, 2023
@stress-tess stress-tess deleted the 2033_bigint_to_ndarray/list branch February 22, 2023 20:51
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.

initial bigint to_ndarray/list
3 participants