From ea07f7407389811260acce2a9105e8e5b1bb40f2 Mon Sep 17 00:00:00 2001 From: Tianqi Chen <tqchen@users.noreply.github.com> Date: Sat, 6 Oct 2018 22:17:16 -0700 Subject: [PATCH] Update test_op_level1.py --- tests/python/relay/test_op_level1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/relay/test_op_level1.py b/tests/python/relay/test_op_level1.py index 61ac95ed8..c7f8aa5ef 100644 --- a/tests/python/relay/test_op_level1.py +++ b/tests/python/relay/test_op_level1.py @@ -25,7 +25,7 @@ def test_softmax(): ib.ret(func) func = relay.ir_pass.infer_type(ib.env, func.to_func()) - ftype = func.checked_type() + ftype = func.checked_type assert ftype.ret_type == relay.ty.TensorType((n, d), "float32") -- GitLab