Skip to content

Commit

Permalink
comment old tests
Browse files Browse the repository at this point in the history
  • Loading branch information
recursix committed Jan 15, 2024
1 parent 8d6f059 commit 23c54d7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/make_benchmark_/dataset_converters/test_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ def test_so2sat():
converter_tester(so2sat)


@pytest.mark.converter
@pytest.mark.slow
@pytest.mark.skipif(SRC_DIR_EXISTS, reason="Requires presence of the source datasets.")
def test_geolifeclef():
from make_benchmark.dataset_converters import geolifeclef
# @pytest.mark.converter
# @pytest.mark.slow
# @pytest.mark.skipif(SRC_DIR_EXISTS, reason="Requires presence of the source datasets.")
# def test_geolifeclef():
# from make_benchmark.dataset_converters import geolifeclef

converter_tester(geolifeclef)
# converter_tester(geolifeclef)


@pytest.mark.converter
Expand Down Expand Up @@ -151,13 +151,13 @@ def test_south_africa_crop_type():
converter_tester(crop_type_south_africa)


@pytest.mark.converter
@pytest.mark.slow
@pytest.mark.skipif(SRC_DIR_EXISTS, reason="Requires presence of the source datasets.")
def test_seasonet():
from make_benchmark.dataset_converters import seasonet
# @pytest.mark.converter
# @pytest.mark.slow
# @pytest.mark.skipif(SRC_DIR_EXISTS, reason="Requires presence of the source datasets.")
# def test_seasonet():
# from make_benchmark.dataset_converters import seasonet

converter_tester(seasonet)
# converter_tester(seasonet)


if __name__ == "__main__":
Expand Down

0 comments on commit 23c54d7

Please sign in to comment.