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

Method test_sq_cases

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

Source from the content-addressed store, hash-verified

364class LinalgSquareTestCase(LinalgTestCase):
365
366 def test_sq_cases(self):
367 self.check_cases(require={'square'},
368 exclude={'generalized', 'size-0'})
369
370 def test_empty_sq_cases(self):
371 self.check_cases(require={'square', 'size-0'},

Callers

nothing calls this directly

Calls 1

check_casesMethod · 0.80

Tested by

no test coverage detected