提交 1452ccf5 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

Apply new decorator to unstable unittest

上级 a57ea2a7
......@@ -419,6 +419,14 @@ class test_Eigh(test_Eig):
class test_Eigh_float32(test_Eigh):
dtype = 'float32'
@utt.AttemptManyTimes(n_attempts=3, n_req_successes=2)
def test_uplo(self):
super(test_Eigh_float32, self).test_uplo()
@utt.AttemptManyTimes(n_attempts=3, n_req_successes=2)
def test_grad(self):
super(test_Eigh_float32, self).test_grad()
class T_lstsq(unittest.TestCase):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论