()
| 529 | |
| 530 | |
| 531 | def test_array_view_invalid(): |
| 532 | a = np.ones(100 * 4).astype("uint8") |
| 533 | with pytest.raises(TypeError): |
| 534 | m.array_view(a, "deadly_dtype") |
| 535 | |
| 536 | |
| 537 | def test_reshape_initializer_list(): |
nothing calls this directly
no outgoing calls
no test coverage detected