]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Outils d'incertitude par défaut
authorEric Fayolle <eric.fayolle@edf.fr>
Tue, 6 Sep 2022 16:26:24 +0000 (18:26 +0200)
committerEric Fayolle <eric.fayolle@edf.fr>
Tue, 6 Sep 2022 16:26:24 +0000 (18:26 +0200)
ReacteurNumerique/cata_UQ.py

index 12d68396c5b1a3eb1d04b7287761c7e339971e05..cb4057dbff70c4194dd425033d316ec5f9c1e749 100644 (file)
@@ -1426,7 +1426,7 @@ def creeOperExpressionIncertitude(monDicoVarDeter, monDicoVarSortie,scriptPosttr
     # l ordre des motclefs en 3.7 a l air de dépendre de l ordre de creation des objets
     # et non d un dict ordonné. on retombe toujours sur ce pb
     return  PROC ( nom = "ExpressionIncertitude",  UIinfo={"groupes":("CACHE",)}, op_init=definitIntoOuput,
-        UncertaintyTool =  SIMP ( statut = "o", typ = "TXM", into = ['Uranie', 'OpenTurns'], defaut='Uranie',position='global'),
+        UncertaintyTool =  SIMP ( statut = "o", typ = "TXM", into = ['Uranie', 'OpenTurns'], defaut='OpenTurns',position='global'),
         Input = FACT( max=1, statut ='o',
             VariableProbabiliste = FACT ( max='**', statut ='cache',
                 fr  = "Variable probabiliste",