From 6d89a96d9e9f1af7e159723cb1161731f4751bd5 Mon Sep 17 00:00:00 2001 From: Katarzyna Mitrus Date: Thu, 17 Dec 2020 14:20:01 +0100 Subject: [PATCH] Ramove LSTM_Seq_lens model xfail declaration (#3635) --- ngraph/python/tests/__init__.py | 2 -- ngraph/python/tests/test_onnx/test_zoo_models.py | 1 - 2 files changed, 3 deletions(-) diff --git a/ngraph/python/tests/__init__.py b/ngraph/python/tests/__init__.py index 8ead341d754..aca4c4409f6 100644 --- a/ngraph/python/tests/__init__.py +++ b/ngraph/python/tests/__init__.py @@ -195,8 +195,6 @@ xfail_issue_39685 = xfail_test(reason="RuntimeError: While validating node 'v1:: "Input order must have shape [n], where n is the rank of arg.") # Model MSFT issues: -xfail_issue_36465 = xfail_test(reason="LSTM_Seq_lens: RuntimeError: get_shape was called on a " - "descriptor::Tensor with dynamic shape") xfail_issue_37957 = xfail_test(reason="RuntimeError: nGraph does not support the following ONNX operations:" "com.microsoft.CropAndResize, com.microsoft.GatherND," "com.microsoft.Pad, com.microsoft.Range") diff --git a/ngraph/python/tests/test_onnx/test_zoo_models.py b/ngraph/python/tests/test_onnx/test_zoo_models.py index 5006dfc268d..2dd566631b0 100644 --- a/ngraph/python/tests/test_onnx/test_zoo_models.py +++ b/ngraph/python/tests/test_onnx/test_zoo_models.py @@ -34,7 +34,6 @@ from tests import ( xfail_issue_40957, xfail_issue_39685, xfail_issue_37957, - xfail_issue_36465, xfail_issue_38084, xfail_issue_39669, xfail_issue_38726,