Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Aug 22, 2024
1 parent 7a12a15 commit c312d23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tsfm_public/toolkit/time_series_forecasting_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ def __init__(
if "freq" not in kwargs:
kwargs["freq"] = kwargs["feature_extractor"].freq

# model = kwargs.get("model", None)
# if not model:
# raise ValueError("A model must be supplied during instantiation of a TimeSeriesForecastingPipeline")

if "context_length" not in kwargs:
kwargs["context_length"] = model.config.context_length

Expand Down

0 comments on commit c312d23

Please sign in to comment.