From 30a401ffbb93a41f91bbb240c95f2f252ec5c88f Mon Sep 17 00:00:00 2001 From: PASCALE NOYRET Date: Thu, 21 Jul 2022 12:29:57 +0200 Subject: [PATCH] =?utf8?q?chgt=20des=20@=20pour=20ajouter=20des=20blancs?= =?utf8?q?=20necessaires=20=C3=A0=20Uranie=20et=20changer=20le=20cocagne?= =?utf8?q?=20option=20des=20catalogues?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ReacteurNumerique/cata_RN_EDG.py | 2 +- ReacteurNumerique/cata_RN_EDG_UQ.py | 2 +- generator/generator_UQ.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ReacteurNumerique/cata_RN_EDG.py b/ReacteurNumerique/cata_RN_EDG.py index debab8a9..8e1abe2c 100644 --- a/ReacteurNumerique/cata_RN_EDG.py +++ b/ReacteurNumerique/cata_RN_EDG.py @@ -613,7 +613,7 @@ Model_data = OPER( "sous la forme (assemblage combustible, DKLib)"), ang=("Association between the core elements and the neutronic libraries " "in the form (fuel assembly, DKLib)"), - statut="o", + statut="f", typ=Tuple(2), # TODO: Check if the attribute assembly_type of the # Assembly object is 'REF' then the type of the diff --git a/ReacteurNumerique/cata_RN_EDG_UQ.py b/ReacteurNumerique/cata_RN_EDG_UQ.py index 3e5ddc3a..a151ae30 100644 --- a/ReacteurNumerique/cata_RN_EDG_UQ.py +++ b/ReacteurNumerique/cata_RN_EDG_UQ.py @@ -607,7 +607,7 @@ Model_data = OPER( "sous la forme (assemblage combustible, DKLib)"), ang=("Association between the core elements and the neutronic libraries " "in the form (fuel assembly, DKLib)"), - statut="o", + statut="f", typ=Tuple(2), # TODO: Check if the attribute assembly_type of the # Assembly object is 'REF' then the type of the diff --git a/generator/generator_UQ.py b/generator/generator_UQ.py index 62f5c835..e34a1c5c 100644 --- a/generator/generator_UQ.py +++ b/generator/generator_UQ.py @@ -129,9 +129,9 @@ class UQGenerator(PythonGenerator): # a refaire si on decide que les incertains sont sous des fact multiples # ce qui ne me parait pas possible mais ? if obj.etape.nature == 'OPERATEUR' : - return '@'+obj.etape.sd.nom +'__' + obj.nom+'@' + return '@ '+obj.etape.sd.nom +'__' + obj.nom+' @' else : - return '@'+obj.nom+'@' + return '@ '+obj.nom+' @' def analyseIncertitude(self) : -- 2.39.2