Salome HOME
Documentation update with features and review corrections
[modules/adao.git] / src / daComposant / daAlgorithms / ObserverTest.py
index c20d77f2a71f3849fa693bb7876bc3e67488a319..a56325d54274856d5df5e9d76e8902a44b1dfa44 100644 (file)
@@ -30,7 +30,10 @@ class ElementaryAlgorithm(BasicObjects.Algorithm):
         self.setAttributes(
             tags=(
                 "Checking",
-            )
+            ),
+            features=(
+                "DerivativeFree",
+            ),
         )
 
     def run(self, Xb=None, Y=None, U=None, HO=None, EM=None, CM=None, R=None, B=None, Q=None, Parameters=None):