Skip to content
Snippets Groups Projects
Commit 1622ecab authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix the broken if logic in ImageQualityMeasure

parent 6b9abcd8
No related branches found
No related tags found
1 merge request!73Fix the broken if logic in ImageQualityMeasure
Pipeline #23463 passed
......@@ -99,7 +99,7 @@ class ImageQualityMeasure(Extractor):
return None
elif self.dtype is not None:
if self.dtype is not None:
features = features.astype(self.dtype)
......
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