Skip to content

Commit

Permalink
Flip default / override num crops in proc kwarg tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex-Brooks <[email protected]>
  • Loading branch information
alex-jw-brooks committed Sep 20, 2024
1 parent d5f9efa commit 18c6b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/multimodal/test_processor_kwargs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
# For processor_kwargs - we test overrides by defining mocks for each place
# it is used, and ensuring that we can pass processor kwargs an override value
# to receive the intended result for things like sequence length etc.
DEFAULT_NUM_CROPS = 4
NUM_CROPS_OVERRIDE = 16
DEFAULT_NUM_CROPS = 16
NUM_CROPS_OVERRIDE = 4


# Mocks for all of the places that we use the processor_kwargs
Expand Down

0 comments on commit 18c6b6f

Please sign in to comment.