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

Method check

numpy/linalg/tests/test_linalg.py:88–92  ·  view source on GitHub ↗

Run the function `do` on this test case, expanding arguments

(self, do)

Source from the content-addressed store, hash-verified

86 self.tags = frozenset(tags) # prevent shared tags
87
88 def check(self, do):
89 """
90 Run the function `do` on this test case, expanding arguments
91 """
92 do(self.a, self.b, tags=self.tags)
93
94 def __repr__(self):
95 return f'<LinalgCase: {self.name}>'

Callers 1

check_casesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected