Skip to content

Commit

Permalink
fix name (#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame authored and tmoreau89 committed Aug 7, 2019
1 parent 79922bd commit 5416d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/relay/test_pass_partial_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -341,4 +341,4 @@ def test_triangle():
test_global_match_nat_id()
test_match_nat_id()
test_concat()
test_triangle()
test_triangle_number()

0 comments on commit 5416d1e

Please sign in to comment.