(self)
| 368 | exclude={'generalized', 'size-0'}) |
| 369 | |
| 370 | def test_empty_sq_cases(self): |
| 371 | self.check_cases(require={'square', 'size-0'}, |
| 372 | exclude={'generalized'}) |
| 373 | |
| 374 | |
| 375 | class LinalgNonsquareTestCase(LinalgTestCase): |
nothing calls this directly
no test coverage detected