aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/test/test_modeloption.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/test/test_modeloption.py')
-rw-r--r--python/pyarmnn/test/test_modeloption.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/pyarmnn/test/test_modeloption.py b/python/pyarmnn/test/test_modeloption.py
index a47d2da358..4773d90e08 100644
--- a/python/pyarmnn/test/test_modeloption.py
+++ b/python/pyarmnn/test/test_modeloption.py
@@ -118,17 +118,6 @@ def test_optimizer_options_fail():
assert "Wrong number or type of arguments" in str(err.value)
- with pytest.raises(RuntimeError) as err:
- OptimizerOptions(True,
- False,
- True,
- ShapeInferenceMethod_InferAndValidate,
- True,
- [a],
- True)
-
- assert "BFloat16 and Float16 optimization cannot be enabled at the same time" in str(err.value)
-
with pytest.raises(TypeError) as err:
oo = OptimizerOptions(True,
False,