Fixed #131 : Implement ExprToConditions
Fixed #130 : ArithmeticOperatorParser Fixed #129 : python_wrapper : create_namespace Fixed #128 : ExpressionParser: Cannot parse func(x) infixed concept 'xxx'
This commit is contained in:
@@ -120,8 +120,12 @@ class SheerkaEvaluateRules(BaseService):
|
||||
:param missing_vars: if initialized to a set, keeps tracks of the missing variables
|
||||
:return:
|
||||
"""
|
||||
|
||||
bag_variables = set(bag.keys())
|
||||
|
||||
for k, v in bag.items():
|
||||
context.add_to_short_term_memory(k, v)
|
||||
|
||||
results = []
|
||||
for compiled_condition in conditions:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user