From da1cf8fff0600369c19c8cf371ff247cea6a93a9 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Tue, 19 Feb 2019 11:52:26 -0800 Subject: [PATCH] Remove exclusions for Sign operator model tests. (#490) --- onnxruntime/test/onnx/main.cc | 1 - onnxruntime/test/python/onnx_backend_test_series.py | 1 - 2 files changed, 2 deletions(-) diff --git a/onnxruntime/test/onnx/main.cc b/onnxruntime/test/onnx/main.cc index 283422ad98..6b89f869db 100644 --- a/onnxruntime/test/onnx/main.cc +++ b/onnxruntime/test/onnx/main.cc @@ -308,7 +308,6 @@ int real_main(int argc, char* argv[]) { {"asinh_example", "opset 9 not supported yet"}, {"acosh_example", "opset 9 not supported yet"}, {"atanh_example", "opset 9 not supported yet"}, - {"sign_model", "opset 9 not supported yet"}, {"scatter_with_axis", "opset 9 not supported yet"}, {"scatter_without_axis", "opset 9 not supported yet"}, {"scan_sum", "opset 9 not supported yet"}, diff --git a/onnxruntime/test/python/onnx_backend_test_series.py b/onnxruntime/test/python/onnx_backend_test_series.py index 4a1ab81dfe..2ce3f986ec 100644 --- a/onnxruntime/test/python/onnx_backend_test_series.py +++ b/onnxruntime/test/python/onnx_backend_test_series.py @@ -63,7 +63,6 @@ backend_test.exclude(r'(' '|^test_operator_params_cpu.*' '|^test_operator_pow_cpu.*' '|^test_shrink_cpu.*' -'|^test_sign_model_cpu.*' ')') # import all test cases at global scope to make