提交 7072d479 authored 作者: Adam Becker's avatar Adam Becker

uncomment test code during debugging

上级 06618f64
......@@ -235,7 +235,6 @@ class Test_TopK(unittest.TestCase):
def setUp(self):
pass
'''
@utt.parameterized.expand(product(
_all_dtypes, tensor.integer_dtypes, [-1, 0, None]))
......@@ -391,7 +390,6 @@ class Test_TopK(unittest.TestCase):
goal = np.argsort(xval, axis=axis)[idx].astype(idx_dtype)
assert np.all(np.sort(yval, axis=axis) == np.sort(goal, axis=axis))
'''
@utt.parameterized.expand(product(
((257,), (17, 15), (5, 3, 5, 3), (2, 3, 5, 7, 11)),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论