Skip to content

Commit

Permalink
add back param
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosler committed Nov 11, 2024
1 parent 47cb1f8 commit caa75ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ def create_horizon(self, spec, historical_data):
)
self.additional_regressors = []

def _ingest_data(self):
def _ingest_data(self, spec):
_spec = spec
self.additional_regressors = list(self.data.columns)
if not self.additional_regressors:
logger.warn(
Expand Down

0 comments on commit caa75ba

Please sign in to comment.