Update tolerance for candy model (#1967)
authorMateusz Tabaka <mateusz.tabaka@intel.com>
Tue, 8 Sep 2020 14:04:08 +0000 (16:04 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Sep 2020 14:04:08 +0000 (16:04 +0200)
ngraph/python/tests/test_onnx/test_additional_models.py

index 13d04f9..f8665e8 100644 (file)
@@ -45,6 +45,7 @@ tolerance_map = {
     "pointilism": {"atol": 0.001, "rtol": 0.001},
     "rain_princess": {"atol": 0.001, "rtol": 0.001},
     "udnie": {"atol": 0.001, "rtol": 0.001},
+    "candy": {"atol": 0.003, "rtol": 0.003},
 }
 
 zoo_models = []