Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fixes for numpy.testing.overrides (#22879) | Nathan Goldbaum | 2023-01-02 | 1 | -0/+1 |
| | | | Followup for gh-22533. Adds a missing return statement to get_overridable_numpy_ufuncs (oops!) and imports numpy.testing.overrides into numpy.testing so e.g. tab completion on numpy.testing works for overrides. | ||||
* | API: Add numpy.testing.overrides to aid testing of custom array containers | Nathan Goldbaum | 2022-11-16 | 1 | -0/+82 |
Closes #15544 |