diff --git a/services/inference/tsfminference/inference.py b/services/inference/tsfminference/inference.py index fe534dd9..94756d6b 100644 --- a/services/inference/tsfminference/inference.py +++ b/services/inference/tsfminference/inference.py @@ -128,6 +128,7 @@ def _forecast_common(self, input_payload: ForecastingInferenceInput) -> PredictO explode_forecasts=True, feature_extractor=preprocessor, add_known_ground_truth=False, + freq=preprocessor.freq, ) # truncate data length when exploding