]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Correction du retour du bug avec une seule selection de fonction d'aggégation
authorEric Fayolle <eric.fayolle@edf.fr>
Fri, 23 Sep 2022 10:24:25 +0000 (12:24 +0200)
committerEric Fayolle <eric.fayolle@edf.fr>
Fri, 23 Sep 2022 10:24:25 +0000 (12:24 +0200)
generator/generator_UQ.py

index 658241510d4ab3f8e613e26a4e47fbda2bd3039b..6eac0f429529e180def7944f69a4f732737f5a51 100644 (file)
@@ -241,13 +241,13 @@ class UQGenerator(PythonGenerator):
                 variableOutputList = nomOutputList[0:-2],
                 nomVarPostraite = nomVarPostraite,
                 fonctionAggregationList = nomFctAggPyList[0:-2],
-                shortVariableOutputList = nomShortVariableOutputList # Avoid a Persalys Bug
+                shortVariableOutputList = nomShortVariableOutputList[0:-2] # Avoid a Persalys Bug
             )
             self.txtGetAllResults += tmpGetResultCall
 
         self.chaineDesVariablesOutputEncodee=self.chaineDesVariablesOutputEncodee[0:-2]
         self.chaineDesShortVariablesOutput = reduce(lambda x,y:x+y,
-                                                    [ "a"+str(i)+', ' for i in range(index)])
+                                                    [ "a"+str(i)+', ' for i in range(index)])[0:-2]
 
         sectionExecution = etapeIncertitude.getChildOrChildInBloc('Execution')[0]
         self.NbDeBranches = sectionExecution.getChildOrChildInBloc('NbDeBranches').valeur