(self)
| 702 | assert_equal(np.sort(b, axis=0), a) |
| 703 | |
| 704 | def test_refcount_vdot(self): |
| 705 | # Changeset #3443 |
| 706 | _assert_valid_refcount(np.vdot) |
| 707 | |
| 708 | def test_startswith(self): |
| 709 | ca = np.char.array(['Hi', 'There']) |
nothing calls this directly
no test coverage detected