Skip to content

Commit 6584a2f

Browse files
committed
unskip automlx tests
1 parent eb9d836 commit 6584a2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/operators/forecast/test_datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
MODELS = [
3131
"arima",
32-
# "automlx",
32+
"automlx",
3333
"prophet",
3434
"neuralprophet",
3535
"autots",

tests/operators/forecast/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
MODELS = [
139139
"arima",
140-
# "automlx",
140+
"automlx",
141141
"prophet",
142142
"neuralprophet",
143143
"autots",

0 commit comments

Comments
 (0)