You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: