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

Added dtype argument to ones/zeros/full_like functions #814

Merged

Conversation

HenryDayHall
Copy link
Contributor

Is this the right branch to be making a pull request to?
I still need to add the tests.

@HenryDayHall HenryDayHall marked this pull request as ready for review April 13, 2021 13:02
@HenryDayHall
Copy link
Contributor Author

Added the tests, not sure if my testing is idiomatic?

Copy link
Member

@jpivarski jpivarski left a comment

Choose a reason for hiding this comment

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

I have no complaints about the testing style. Just one question (below) about chaining through both strings_astype and values_astype.

src/awkward/operations/structure.py Show resolved Hide resolved
@jpivarski jpivarski linked an issue Apr 13, 2021 that may be closed by this pull request
@jpivarski jpivarski merged commit 5c413dc into scikit-hep:main Apr 13, 2021
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.

Can np.zeros_like(awkd_array) have a dtype argument?
2 participants