Commit 5416d1e4 by 雾雨魔理沙 Committed by Thierry Moreau

fix name (#3719)

parent 79922bd3
......@@ -314,7 +314,7 @@ def test_concat():
assert_alpha_equal(dcpe(orig), orig)
def test_triangle():
def test_triangle_number():
t = relay.TensorType([], "int32")
x = Var("x", t)
f_var = Var("f")
......@@ -341,4 +341,4 @@ if __name__ == '__main__':
test_global_match_nat_id()
test_match_nat_id()
test_concat()
test_triangle()
test_triangle_number()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment