From 02c525d2266ae53f73dd857de6a14d73a8aacd66 Mon Sep 17 00:00:00 2001 From: amyeroberts <22614925+amyeroberts@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:21:28 +0100 Subject: [PATCH] Rename misnamed image processor test files (#31430) --- ...rocessor_llava_next.py => test_image_processing_llava_next.py} | 0 ...st_image_processor_owlv2.py => test_image_processing_owlv2.py} | 0 ..._image_processor_siglip.py => test_image_processing_siglip.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename tests/models/llava_next/{test_image_processor_llava_next.py => test_image_processing_llava_next.py} (100%) rename tests/models/owlv2/{test_image_processor_owlv2.py => test_image_processing_owlv2.py} (100%) rename tests/models/siglip/{test_image_processor_siglip.py => test_image_processing_siglip.py} (100%) diff --git a/tests/models/llava_next/test_image_processor_llava_next.py b/tests/models/llava_next/test_image_processing_llava_next.py similarity index 100% rename from tests/models/llava_next/test_image_processor_llava_next.py rename to tests/models/llava_next/test_image_processing_llava_next.py diff --git a/tests/models/owlv2/test_image_processor_owlv2.py b/tests/models/owlv2/test_image_processing_owlv2.py similarity index 100% rename from tests/models/owlv2/test_image_processor_owlv2.py rename to tests/models/owlv2/test_image_processing_owlv2.py diff --git a/tests/models/siglip/test_image_processor_siglip.py b/tests/models/siglip/test_image_processing_siglip.py similarity index 100% rename from tests/models/siglip/test_image_processor_siglip.py rename to tests/models/siglip/test_image_processing_siglip.py