diff --git a/bob/bio/vein/preprocessor/utils/utils.py b/bob/bio/vein/preprocessor/utils/utils.py index 4e4681fde48bb6e8f535cafce44e3c58a316fc0a..00d749c5e433f1a32742d73e2140e70137c866d6 100644 --- a/bob/bio/vein/preprocessor/utils/utils.py +++ b/bob/bio/vein/preprocessor/utils/utils.py @@ -80,7 +80,7 @@ class ManualRoiCut(): return test_value elif test_value >= 0 and test_value < 60000: return max_value - else + else: return 0