From ff0e25fdc93c0efff0a5935bd9de355905f208a1 Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Tue, 21 Jan 2020 19:41:22 -0700 Subject: [PATCH] Re-enable Reciprocal tests. --- test/backend/test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/backend/test.py b/test/backend/test.py index 60ca4a8..1b257c8 100644 --- a/test/backend/test.py +++ b/test/backend/test.py @@ -144,8 +144,8 @@ test_to_enable = [ #"test_sum_two_inputs_cpu", <- error # Reciprocal Op: - #"test_reciprocal_cpu", <- error on shape inference. - #"test_reciprocal_example_cpu", <- error on shape inference. + "test_reciprocal_cpu", + "test_reciprocal_example_cpu", ] # Extract name of all test cases.