We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cd6eb commit 7a3d109Copy full SHA for 7a3d109
tests/operators/forecast/test_datasets.py
@@ -165,7 +165,7 @@ def test_load_datasets(model, data_details):
165
print(train_metrics)
166
167
168
-@pytest.mark.parametrize("model", MODELS[:-1])
+@pytest.mark.parametrize("model", MODELS[:-2])
169
def test_pandas_to_historical(model):
170
df = pd.read_csv(f"{DATASET_PREFIX}dataset1.csv")
171
@@ -186,7 +186,7 @@ def test_pandas_to_historical(model):
186
check_output_for_errors(output_data_path)
187
188
189
190
def test_pandas_to_historical_test(model):
191
df = pd.read_csv(f"{DATASET_PREFIX}dataset4.csv")
192
df_train = df[:-PERIODS]
0 commit comments