Skip to content
Snippets Groups Projects
Commit c1fefdf5 authored by auphelia's avatar auphelia
Browse files

[Test] Changed assert command

parent 9ab6a60c
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,4 @@ def test_execute_multi_thresholding():
),
)
if outputs == results:
return True
else:
return False
assert (outputs == results).all()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment