X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaComposant%2FdaAlgorithms%2FGradientTest.py;h=d636c20f1ceb872b8370558b6adc14106dd2e7b7;hb=40b46ea8de8ed19b96220400474718065e5ba498;hp=5de0f0d71392e5f1a9c8d2b23ba739c187d320fb;hpb=953c9745b5a2e2b75fa34fbab7cf3383693b5a0e;p=modules%2Fadao.git diff --git a/src/daComposant/daAlgorithms/GradientTest.py b/src/daComposant/daAlgorithms/GradientTest.py index 5de0f0d..d636c20 100644 --- a/src/daComposant/daAlgorithms/GradientTest.py +++ b/src/daComposant/daAlgorithms/GradientTest.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008-2018 EDF R&D +# Copyright (C) 2008-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -100,7 +100,11 @@ class ElementaryAlgorithm(BasicObjects.Algorithm): default = [], typecast = tuple, message = "Liste de calculs supplémentaires à stocker et/ou effectuer", - listval = ["CurrentState", "Residu", "SimulatedObservationAtCurrentState"] + listval = [ + "CurrentState", + "Residu", + "SimulatedObservationAtCurrentState", + ] ) self.requireInputArguments( mandatory= ("Xb", "HO"),