Skip to content

Commit aff7d38

Browse files
committed
fix owlv2-test
1 parent eae0ac5 commit aff7d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/inference/models_predictions_tests/test_owlv2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def embed_image(self, image):
455455
_ = image.image_as_numpy
456456
image.unload_numpy_image()
457457
self.after_unload = image.image is None and image._image_as_numpy is None
458-
return "hash"
458+
return "hash", ()
459459

460460
def infer_from_embed(self, *args, **kwargs):
461461
return []

0 commit comments

Comments
 (0)