From f6842863c7d5e15cbc6e3289cdb7f49b21f836ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Karzy=C5=84ski?= <4430709+postrational@users.noreply.github.com> Date: Tue, 27 Oct 2020 14:26:15 +0100 Subject: [PATCH] Enable Logical Reduction tests which currently pass (#2776) --- ngraph/python/tests/test_ngraph/test_reduction.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ngraph/python/tests/test_ngraph/test_reduction.py b/ngraph/python/tests/test_ngraph/test_reduction.py index 6aa94a7c52f..b4bac7f0279 100644 --- a/ngraph/python/tests/test_ngraph/test_reduction.py +++ b/ngraph/python/tests/test_ngraph/test_reduction.py @@ -49,7 +49,6 @@ def test_reduction_ops(ng_api_helper, numpy_function, reduction_axes): assert np.allclose(result, expected) -@pytest.mark.xfail(reason="RuntimeError: Incorrect Reduce layer type") @pytest.mark.parametrize( "ng_api_helper, numpy_function, reduction_axes", [