(self)
| 689 | assert_equal(np.sort(b, axis=0), a) |
| 690 | |
| 691 | def test_refcount_vdot(self): |
| 692 | # Changeset #3443 |
| 693 | _assert_valid_refcount(np.vdot) |
| 694 | |
| 695 | def test_startswith(self): |
| 696 | ca = np.char.array(['Hi', 'There']) |
nothing calls this directly
no test coverage detected