fix integration test
Some checks failed
Secret Leaks / trufflehog (push) Has been cancelled

This commit is contained in:
Quentin Lhoest 2025-06-20 19:54:27 +02:00
parent d188134b95
commit 9b2afaf02d

View File

@ -110,7 +110,7 @@ class LayoutLMv3ImageProcessingTest(ImageProcessingTestMixin, unittest.TestCase)
for image_processing_class in self.image_processor_list:
image_processor = image_processing_class()
image = ds[0]["image"]
image = ds[0]["image"].convert("RGB")
encoding = image_processor(image, return_tensors="pt")