diff --git a/image.jpg b/image.jpg deleted file mode 100644 index a686d104..00000000 Binary files a/image.jpg and /dev/null differ diff --git a/tests/models/image.jpg b/tests/models/image.jpg deleted file mode 100644 index a686d104..00000000 Binary files a/tests/models/image.jpg and /dev/null differ diff --git a/tests/models/test_clip_processor.py b/tests/models/test_clip_processor.py index e625662e..3dcd5b9e 100644 --- a/tests/models/test_clip_processor.py +++ b/tests/models/test_clip_processor.py @@ -27,6 +27,7 @@ class TestClipProcessor: # Delete the temporary file. os.remove(os.path.join(tmp_dir, "image.jpg")) + os.remove("image.jpg") def test_get_text_features(self): # Test that the `get_text_features()` method returns a list containing the text embedding.