Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Atashnezhad committed Oct 19, 2023
1 parent c342e73 commit 8a0a54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def image_dict_object(*args, **kwargs):
"rollercone_bit": {"image_list": [ImageAddressObject], "number_of_images": 0},
}


# skip this test TODO: fix this test later
@pytest.mark.skip
def test_augment_data(mocker, _object):
Expand Down Expand Up @@ -244,6 +245,7 @@ def test_augment_data(mocker, _object):

_object.augment_data(number_of_images_tobe_gen=5)


# skip this test TODO: fix this test later
# here same test is done by just using one class
@pytest.mark.skip
Expand Down

0 comments on commit 8a0a54d

Please sign in to comment.