Skip to content

Fix Dataset.argmin #210

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

Merged
merged 1 commit into from
Aug 9, 2014
Merged

Fix Dataset.argmin #210

merged 1 commit into from
Aug 9, 2014

Conversation

shoyer
Copy link
Member

@shoyer shoyer commented Aug 9, 2014

Fixes #205.

Includes a failing test (currently skipped) for #209.

The ultimate issue turned out to be that np.argmin was passed a tuple of axes like (0,), even though it can't handle tuple arguments. TypeError was raised but passed silently.

Fixes pydata#205.

Includes a failing test (currently skipped) for pydata#209.
shoyer added a commit that referenced this pull request Aug 9, 2014
@shoyer shoyer merged commit 39caa11 into pydata:master Aug 9, 2014
@shoyer shoyer deleted the fix-dataset-reduce branch August 9, 2014 02:26
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.

Dataset.argmin is broken
1 participant