Enable Logical Reduction tests which currently pass (#2776)

This commit is contained in:
Michał Karzyński 2020-10-27 14:26:15 +01:00 committed by GitHub
parent 1a4340fabb
commit f6842863c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,6 @@ def test_reduction_ops(ng_api_helper, numpy_function, reduction_axes):
assert np.allclose(result, expected) assert np.allclose(result, expected)
@pytest.mark.xfail(reason="RuntimeError: Incorrect Reduce layer type")
@pytest.mark.parametrize( @pytest.mark.parametrize(
"ng_api_helper, numpy_function, reduction_axes", "ng_api_helper, numpy_function, reduction_axes",
[ [