Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
7be02cbc
"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "53d2990d9b60fae08437e98141eca5d9e393deaa"
Unverified
Commit
7be02cbc
authored
Apr 23, 2021
by
Vasilis Vryniotis
Committed by
GitHub
Apr 23, 2021
Browse files
Remove leftover exception (#3717)
parent
10f8ddb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
test/test_models.py
test/test_models.py
+0
-1
No files found.
test/test_models.py
View file @
7be02cbc
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment