Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SangbumChoi committed Jun 17, 2024
1 parent 99d1f01 commit 1dd3a6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/models/rt_detr/test_image_processing_rt_detr.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ class RtDetrImageProcessingTest(ImageProcessingTestMixin, unittest.TestCase):
image_processing_class = RTDetrImageProcessor if is_vision_available() else None

def setUp(self):
self.image_processor_tester = RTDetrImageProcessingTester()
super().setUp()
self.image_processor_tester = RTDetrImageProcessingTester(self)

@property
def image_processor_dict(self):
Expand Down

0 comments on commit 1dd3a6e

Please sign in to comment.