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

ENH: (NEP 18) implement scalar reducer functions, add tests for array reshaper functions #319

Merged
merged 2 commits into from
Nov 12, 2022

Conversation

neutrinoceros
Copy link
Member

@neutrinoceros neutrinoceros commented Nov 12, 2022

No description provided.

@neutrinoceros neutrinoceros marked this pull request as ready for review November 12, 2022 16:26
@neutrinoceros neutrinoceros changed the title ENH: (NEP 18) add tests for array reshaper functions ENH: (NEP 18) implement scalar reducer functions, add tests for array reshaper functions Nov 12, 2022
np.nansum, # works out of the box (tested)
np.product, # is implemented via np.prod
np.std, # works out of the box (tested)
np.nanstd, # works out of the box (tested)
Copy link
Member

Choose a reason for hiding this comment

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

It occurs to me it would be nice to write tests for all these. Something to think about for future PRs.

Copy link
Member

Choose a reason for hiding this comment

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

argh sorry i misread the rest of this PR

@ngoldbaum ngoldbaum merged commit 2b5408d into yt-project:main Nov 12, 2022
@neutrinoceros neutrinoceros deleted the nep18_reshapers branch November 12, 2022 19:08
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.

2 participants