提交 4d18ca43 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

Fix inheritance for test class Matrix_power

上级 1452ccf5
......@@ -460,7 +460,7 @@ class T_lstsq(unittest.TestCase):
self.assertRaises(numpy.linalg.LinAlgError, f, [2, 1], [2, 1], [2, 1])
class Matrix_power():
class Matrix_power(unittest.TestCase):
def test_numpy_compare(self):
rng = numpy.random.RandomState(utt.fetch_seed())
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论