Skip to content

Commit

Permalink
Update tolerance for candy model (openvinotoolkit#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusztabaka authored Sep 8, 2020
1 parent f4cb425 commit 6fb9bfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngraph/python/tests/test_onnx/test_additional_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def _get_default_additional_models_dir():
"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 = []
Expand Down

0 comments on commit 6fb9bfa

Please sign in to comment.