From 9c921a928988672363662273c1a6421db1b22886 Mon Sep 17 00:00:00 2001 From: Wyatt Stanke Date: Fri, 12 Apr 2024 16:06:49 -0400 Subject: [PATCH] Finish ruff --- tests/models/test_kosmos.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/models/test_kosmos.py b/tests/models/test_kosmos.py index 704087ac..bc3fb272 100644 --- a/tests/models/test_kosmos.py +++ b/tests/models/test_kosmos.py @@ -117,7 +117,7 @@ def mock_request_get(monkeypatch): @pytest.mark.usefixtures("mock_request_get") -def test_multimodal_grounding(kosmos): +def test_multimodal_grounding_2(kosmos): kosmos.multimodal_grounding( "Find the red apple in the image.", IMG_URL1 ) @@ -153,14 +153,14 @@ def test_grounded_image_captioning_detailed(kosmos): @pytest.mark.usefixtures("mock_request_get") -def test_multimodal_grounding_2(kosmos): +def test_multimodal_grounding_3(kosmos): kosmos.multimodal_grounding( "Find the yellow fruit in the image.", IMG_URL2 ) @pytest.mark.usefixtures("mock_request_get") -def test_referring_expression_comprehension_2(kosmos): +def test_referring_expression_comprehension_3(kosmos): kosmos.referring_expression_comprehension( "Where is the water bottle?", IMG_URL3 )