Skip to content

Commit

Permalink
Run 'make style'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Oct 3, 2024
1 parent d231f3b commit 7f1bfbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/openvino/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ def test_find_files_matching_pattern_sd(self, model_arch):
ov_files = _find_files_matching_pattern(local_dir, pattern=pattern)
self.assertTrue(len(ov_files) > 0 if "openvino" in model_id else len(ov_files) == 0)


@parameterized.expand((None, "openvino"))
def test_find_files_matching_pattern_subdirectory(self, subfolder):
model_id = "sentence-transformers-testing/stsb-bert-tiny-openvino"
Expand Down

0 comments on commit 7f1bfbb

Please sign in to comment.