Skip to content

Commit

Permalink
skip loading weather_10T dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Baturin committed Dec 11, 2024
1 parent 14985de commit 60e8402
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tests/test_datasets/test_internal_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,13 @@ def test_not_present_part():
46,
("train", "test"),
),
(
pytest.param(
"weather_10T",
(52560 + 144, 21),
pd.to_datetime("2020-01-01 00:10:00"),
pd.to_datetime("2021-01-01 00:00:00"),
("train", "test"),
marks=pytest.mark.skip(reason="There is a problem with certificates during loading the dataset."),
),
(
"ETTm1",
Expand Down Expand Up @@ -396,7 +397,10 @@ def test_list_datasets():
"tourism_monthly",
"tourism_quarterly",
"tourism_yearly",
"weather_10T",
pytest.param(
"weather_10T",
marks=pytest.mark.skip(reason="There is a problem with certificates during loading the dataset."),
),
"ETTm1",
"ETTm2",
"ETTh1",
Expand Down

0 comments on commit 60e8402

Please sign in to comment.