From fcb4e914c8fd3b6e3f773eb223cfdc3a9896c2c4 Mon Sep 17 00:00:00 2001 From: clallemand <=> Date: Tue, 25 Mar 2025 11:21:42 +0100 Subject: [PATCH] fix pipeline --- leximpact_prepare_data/run_pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leximpact_prepare_data/run_pipeline.py b/leximpact_prepare_data/run_pipeline.py index 7a714f98..cc7896de 100644 --- a/leximpact_prepare_data/run_pipeline.py +++ b/leximpact_prepare_data/run_pipeline.py @@ -55,7 +55,7 @@ def run_pipeline(annee_erfs, annee_pote, annee_de_calcul): variables=pipeline_survey_scenario.used_as_input_variables, collection="leximpact", survey_name=f"leximpact_{annee_pote}", - period=annee_de_calcul, + period=annee_pote, ) del pipeline_survey_scenario -- GitLab