diff --git a/aidge/_Core/include/nodeTester/ConditionalInterpreter.hpp b/aidge/_Core/include/nodeTester/ConditionalInterpreter.hpp
index 5d8d46c6bdb9fef0432a019cefc5102169b58227..86e6d7f07e89d2ad1bf311d6229674ef48a66c91 100644
--- a/aidge/_Core/include/nodeTester/ConditionalInterpreter.hpp
+++ b/aidge/_Core/include/nodeTester/ConditionalInterpreter.hpp
@@ -233,7 +233,6 @@ class ConditionalInterpreter
     /**
      * @brief Constructor 
      * @param ConditionalExpressions The expression of the test to be performed on the nodes
-     * 
      */
 
     ConditionalInterpreter(const std::string ConditionalExpressions);
diff --git a/aidge/_Core/include/nodeTester/ConditionalParser.hpp b/aidge/_Core/include/nodeTester/ConditionalParser.hpp
index 381f207af07131586b45965115002094c638e514..e8c989a9e6f8e7dfe1a7f055a52a1716df8922f4 100644
--- a/aidge/_Core/include/nodeTester/ConditionalParser.hpp
+++ b/aidge/_Core/include/nodeTester/ConditionalParser.hpp
@@ -35,7 +35,6 @@ class AstConditionalNode: public std::enable_shared_from_this<AstConditionalNode
      * @return the type
      */
     ConditionalTokenTypes getType() const;
-        std::string getValue() const;
     /**
      * @brief get the child of the node
      * @return child