Skip to content

Commit

Permalink
Update tests/helpers/data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Samet Akcay <[email protected]>
  • Loading branch information
willyfh and samet-akcay authored Feb 6, 2024
1 parent ec1a1c3 commit a87cdf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ def _generate_dummy_mvtec_loco_dataset(self) -> None:
num_images = self.num_val
else:
num_images = self.num_test

for i in range(num_images):
label = LabelName.NORMAL
image_filename = path / f"{i:03}{extension}"
Expand Down

0 comments on commit a87cdf5

Please sign in to comment.