提交 f98e8f61 authored 作者: AndreiCostinescu's avatar AndreiCostinescu

Merge master branch... unknown (timeout) testing error of test_max in test_RopLop

上级 964a2a64
......@@ -200,9 +200,8 @@ class test_RopLop(RopLop_checker):
def test_max(self):
# If we call max directly, we will return an CAReduce object
# and he don't have R_op implemented!
# self.check_mat_rop_lop(tensor.max(self.mx, axis=[0,1])[0],
# ())
# which doesn't have R_op implemented!
# self.check_mat_rop_lop(tensor.max(self.mx, axis=[0,1])[0], ())
self.check_mat_rop_lop(tensor.max(self.mx, axis=0),
(self.mat_in_shape[1],))
self.check_mat_rop_lop(tensor.max(self.mx, axis=1),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论