Skip to content

Commit e3665a9

Browse files
committed
resolved conflicts
1 parent 013e485 commit e3665a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ads/opctl/operator/lowcode/forecast/model/factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from .neuralprophet import NeuralProphetOperatorModel
1414
from .prophet import ProphetOperatorModel
1515
from .forecast_datasets import ForecastDatasets
16+
from .ml_forecast import MLForecastOperatorModel
1617

1718
class UnSupportedModelError(Exception):
1819
def __init__(self, model_type: str):

tests/operators/forecast/test_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def populate_yaml(
226226

227227
def run_operator(
228228
tmpdirname=None,
229-
model="auto",
229+
model="auto-select",
230230
historical_data_path=None,
231231
additional_data_path=None,
232232
test_data_path=None,

0 commit comments

Comments
 (0)