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

Adding NaN handeling to bolt #93

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

boazmohar
Copy link
Contributor

Continued work from #89
I think I better understand the need to add all the methods.
There is no numpy reducer equivalent to np.maximum or np.minimum that ignores NaNs instead of propagating them.
So you need to implement that in stats counter.
Added tests but a review would be most appreciated @jwittenbach, @freeman-lab

"""
return self._stat(axis, name='nanmin', keepdims=keepdims)

def nancount(self, axis=None, keepdims=False):
Copy link
Member

Choose a reason for hiding this comment

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

i think we should drop this

-style changes
@mheppner
Copy link

Are there any updates on this? Is there anything I can do to help?

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.

None yet

4 participants