Skip to content

Commit 42d01f3

Browse files
cpuhrschfacebook-github-bot
authored andcommitted
[fbsync] Remove leftover exception (#3717)
Reviewed By: NicolasHug Differential Revision: D28169131 fbshipit-source-id: 107ee1c9c577bbab478585bb43ef29c64205635b
1 parent c608a7c commit 42d01f3

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)