From 4dc9f486d64577ab995570293144f85205a35e1a Mon Sep 17 00:00:00 2001 From: Oleksandr Shchur Date: Wed, 18 Feb 2026 14:57:24 +0000 Subject: [PATCH] Remove min_past --- src/chronos/chronos2/pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/chronos/chronos2/pipeline.py b/src/chronos/chronos2/pipeline.py index b47e7cd..8f4642f 100644 --- a/src/chronos/chronos2/pipeline.py +++ b/src/chronos/chronos2/pipeline.py @@ -302,7 +302,6 @@ class Chronos2Pipeline(BaseChronosPipeline): prediction_length=prediction_length, batch_size=batch_size, output_patch_size=self.model_output_patch_size, - min_past=min_past, mode=DatasetMode.VALIDATION, convert_inputs=convert_inputs, )