MCPcopy Create free account
hub / github.com/Kaggle/docker-python / test_matrix

Method test_matrix

tests/test_sympy.py:7–8  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5
6class TestSympy(unittest.TestCase):
7 def test_matrix(self):
8 self.assertEqual((2, 2), sympy.Matrix([[0, 1], [1, 0]]).shape)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected