Unverified Commit 7be02cbc authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Remove leftover exception (#3717)

parent 10f8ddb4
...@@ -195,7 +195,6 @@ class ModelTester(TestCase): ...@@ -195,7 +195,6 @@ class ModelTester(TestCase):
# only the best way to assert results but also handles the cases # only the best way to assert results but also handles the cases
# where we need to create a new expected result. # where we need to create a new expected result.
self.assertExpected(output, name, prec=prec) self.assertExpected(output, name, prec=prec)
raise AssertionError
except AssertionError: except AssertionError:
# Unfortunately detection models are flaky due to the unstable sort # Unfortunately detection models are flaky due to the unstable sort
# in NMS. If matching across all outputs fails, use the same approach # in NMS. If matching across all outputs fails, use the same approach
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment