Skip to content

simple improvement to make testing utils work with ndarray subclasses (Trac #1021) #1619

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

Closed
thouis opened this issue Oct 19, 2012 · 1 comment

Comments

@thouis
Copy link
Contributor

thouis commented Oct 19, 2012

Original ticket http://projects.scipy.org/numpy/ticket/1021 on 2009-02-22 by @ddale, assigned to unknown.

I found a simple way to modify numpy's testing utils that makes it easier to use them for unittesting ndarray subclasses. I tried running numpy's (svn 6456) test suite both with and without the patch applied, and I got identical results: 1 known failure and 11 skips on a 64-bit linux platform.

Its a really small patch, any chance of getting it in before 1.3 is released?

@thouis
Copy link
Contributor Author

thouis commented Oct 19, 2012

Attachment added by @ddale on 2009-02-22: test_subclasses.diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant