From 6db00883fab6cc06bddf564c926bb27c874397d8 Mon Sep 17 00:00:00 2001 From: Leyuan Wang Date: Fri, 22 Mar 2019 20:11:43 +0000 Subject: [PATCH] test push --- tests/python/relay/test_op_level5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/relay/test_op_level5.py b/tests/python/relay/test_op_level5.py index 82d9399a170a5..c088458eccb79 100644 --- a/tests/python/relay/test_op_level5.py +++ b/tests/python/relay/test_op_level5.py @@ -320,7 +320,7 @@ def test_threshold(): ])) assert ret.checked_type == ref_type - test_default_value() + #test_default_value() test_threshold()