Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / LocalSensitivityTest.py
index 9bdf25af57959e6549d695a73646ad378e3bfd09..78ed115471100311aabcca254aed88380259285b 100644 (file)
@@ -50,7 +50,11 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
         self.setAttributes(
             tags=(
                 "Checking",
-            )
+            ),
+            features=(
+                "DerivativeNeeded",
+                "ParallelDerivativesOnly",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):