Co-authored-by: Ewa21 <ewa.tusien@intel.com>
assert np.allclose(result, expected, rtol=0.001)
-@pytest.mark.skip(reason="Segmentation fault")
@pytest.mark.parametrize(
"ng_api_fn, numpy_fn, input_data",
[
# limitations under the License.
# ******************************************************************************
import numpy as np
-import pytest
import ngraph as ng
from tests.runtime import get_runtime
from tests.test_ngraph.util import run_op_node
-from tests import xfail_issue_36478
+from tests import xfail_issue_36478, xfail_issue_35926
def test_onehot():
assert np.allclose(result, excepted)
-@pytest.mark.skip(reason="Segmentation fault")
+@xfail_issue_35926
def test_range():
start = 5
stop = 35