Added mandatory evaluator steps

This commit is contained in:
2019-12-22 19:51:17 +01:00
parent a683d4cd42
commit 5c90b07e1a
13 changed files with 210 additions and 63 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class ConceptNodeEvaluator(OneReturnValueEvaluator):
NAME = "ConceptNode"
def __init__(self):
super().__init__(self.NAME, 60) # more than the ConceptNodeEvaluator
super().__init__(self.NAME, [BuiltinConcepts.EVALUATION], 60) # more than the ConceptNodeEvaluator
def matches(self, context, return_value):
if not return_value.status: