Salome HOME
Minor dev documentation corrections
[modules/adao.git] / src / daComposant / daAlgorithms / SamplingTest.py
index 9c4cc2bc5350f415f5577ef7b0ba6b5c1e0ec470..967640c537cac3a18cfec6709e7348af9eb89e9c 100644 (file)
@@ -74,7 +74,14 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
             default  = [],
             typecast = tuple,
             message  = "Liste de calculs supplémentaires à stocker et/ou effectuer",
-            listval  = ["CostFunctionJ", "CostFunctionJb", "CostFunctionJo","CurrentState","InnovationAtCurrentState","SimulatedObservationAtCurrentState"]
+            listval  = [
+                "CostFunctionJ",
+                "CostFunctionJb",
+                "CostFunctionJo",
+                "CurrentState",
+                "InnovationAtCurrentState",
+                "SimulatedObservationAtCurrentState",
+                ]
             )
         self.defineRequiredParameter(
             name     = "SetSeed",
@@ -194,4 +201,4 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
 
 # ==============================================================================
 if __name__ == "__main__":
-    print('\n AUTODIAGNOSTIC \n')
+    print('\n AUTODIAGNOSTIC\n')