MCPcopy Create free account
hub / github.com/numpy/numpy / test_empty_sq_cases

Method test_empty_sq_cases

numpy/linalg/tests/test_linalg.py:370–372  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
375class LinalgNonsquareTestCase(LinalgTestCase):

Callers

nothing calls this directly

Calls 1

check_casesMethod · 0.80

Tested by

no test coverage detected