From cbf82ef7cd1ae105200238df51b3057ee8c29e0d Mon Sep 17 00:00:00 2001 From: Vasilis Vryniotis Date: Fri, 23 Apr 2021 19:36:56 +0100 Subject: [PATCH] Remove leftover exception --- test/test_models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_models.py b/test/test_models.py index afbd7feee38..395fd92178c 100644 --- a/test/test_models.py +++ b/test/test_models.py @@ -195,7 +195,6 @@ def compute_mean_std(tensor): # only the best way to assert results but also handles the cases # where we need to create a new expected result. self.assertExpected(output, name, prec=prec) - raise AssertionError except AssertionError: # Unfortunately detection models are flaky due to the unstable sort # in NMS. If matching across all outputs fails, use the same approach