From 7d41963fcfedc1592f9cdb388fde9cca8d4a1afa Mon Sep 17 00:00:00 2001 From: belthlemar Date: Mon, 30 Sep 2024 18:08:26 +0200 Subject: [PATCH] still 51 tests failures --- .../filesystem/root/output/simulation/mode/common/set.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/antarest/study/storage/rawstudy/model/filesystem/root/output/simulation/mode/common/set.py b/antarest/study/storage/rawstudy/model/filesystem/root/output/simulation/mode/common/set.py index 4c8a624a5c..7ac2b3cd5e 100644 --- a/antarest/study/storage/rawstudy/model/filesystem/root/output/simulation/mode/common/set.py +++ b/antarest/study/storage/rawstudy/model/filesystem/root/output/simulation/mode/common/set.py @@ -33,9 +33,9 @@ def build(self) -> TREE: freq: MatrixFrequency for freq in MatrixFrequency: for output_type in ["id", "values"]: - file_name = f"{output_type}-{freq}.txt" + file_name = f"{output_type}-{freq.value}.txt" if (self.config.path / file_name).exists(): - children[f"{output_type}-{freq}"] = AreaOutputSeriesMatrix( + children[f"{output_type}-{freq.value}"] = AreaOutputSeriesMatrix( self.context, self.config.next_file(file_name), freq,