Skip to content

Commit caa75ba

Browse files
committed
add back param
1 parent 47cb1f8 commit caa75ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ def create_horizon(self, spec, historical_data):
9797
)
9898
self.additional_regressors = []
9999

100-
def _ingest_data(self):
100+
def _ingest_data(self, spec):
101+
_spec = spec
101102
self.additional_regressors = list(self.data.columns)
102103
if not self.additional_regressors:
103104
logger.warn(

0 commit comments

Comments
 (0)