Skip to content

Commit

Permalink
stop run img augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Jul 17, 2023
1 parent f086c0d commit c66e921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,5 +183,5 @@ def test_property_image_dict_3(mock_iterdir, mock_categorie_property, _object):
def test_integrated(_object):
_object = Preprocessing(dataset_address=Path(__file__).parent / ".." / "dataset")
_object.download_images()
_object.augment_data(number_of_images_tobe_gen=10)
_object.train_test_split()
# _object.augment_data(number_of_images_tobe_gen=10)
# _object.train_test_split()

0 comments on commit c66e921

Please sign in to comment.