Skip to content

Commit 7a3d109

Browse files
committed
remove autots from testing
1 parent 09cd6eb commit 7a3d109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/operators/forecast/test_datasets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_load_datasets(model, data_details):
165165
print(train_metrics)
166166

167167

168-
@pytest.mark.parametrize("model", MODELS[:-1])
168+
@pytest.mark.parametrize("model", MODELS[:-2])
169169
def test_pandas_to_historical(model):
170170
df = pd.read_csv(f"{DATASET_PREFIX}dataset1.csv")
171171

@@ -186,7 +186,7 @@ def test_pandas_to_historical(model):
186186
check_output_for_errors(output_data_path)
187187

188188

189-
@pytest.mark.parametrize("model", MODELS[:-1])
189+
@pytest.mark.parametrize("model", MODELS[:-2])
190190
def test_pandas_to_historical_test(model):
191191
df = pd.read_csv(f"{DATASET_PREFIX}dataset4.csv")
192192
df_train = df[:-PERIODS]

0 commit comments

Comments
 (0)