From 13d28b3eb51b993c97e760e587c058a4ca26c1be Mon Sep 17 00:00:00 2001 From: Alara Dirik <8944735+alaradirik@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:10:25 +0300 Subject: [PATCH] fix owlvit tests, update docstring examples (#18586) --- tests/models/owlvit/test_modeling_owlvit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/models/owlvit/test_modeling_owlvit.py b/tests/models/owlvit/test_modeling_owlvit.py index a9f380a38b506a..e8f615ec8e54f0 100644 --- a/tests/models/owlvit/test_modeling_owlvit.py +++ b/tests/models/owlvit/test_modeling_owlvit.py @@ -733,7 +733,6 @@ def prepare_img(): @require_vision @require_torch -@unittest.skip("These tests are broken, fix me Alara") class OwlViTModelIntegrationTest(unittest.TestCase): @slow def test_inference(self):