Skip to content
Snippets Groups Projects
Commit 35292e11 authored by Teodors EGLITIS's avatar Teodors EGLITIS
Browse files

typo in utils.py

parent 18037d47
No related branches found
No related tags found
1 merge request!17Utils for annotation creation
Pipeline #
...@@ -80,7 +80,7 @@ class ManualRoiCut(): ...@@ -80,7 +80,7 @@ class ManualRoiCut():
return test_value return test_value
elif test_value >= 0 and test_value < 60000: elif test_value >= 0 and test_value < 60000:
return max_value return max_value
else else:
return 0 return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment