Skip to content

Commit

Permalink
Remove leftover exception (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox authored Apr 23, 2021
1 parent 10f8ddb commit 7be02cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7be02cb

Please sign in to comment.