Skip to content

Commit 7be02cb

Browse files
authored
Remove leftover exception (#3717)
1 parent 10f8ddb commit 7be02cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def compute_mean_std(tensor):
195195
# only the best way to assert results but also handles the cases
196196
# where we need to create a new expected result.
197197
self.assertExpected(output, name, prec=prec)
198-
raise AssertionError
199198
except AssertionError:
200199
# Unfortunately detection models are flaky due to the unstable sort
201200
# in NMS. If matching across all outputs fails, use the same approach

0 commit comments

Comments
 (0)