You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Users/epiclanka/Downloads/Medical-Expert-System-Knowledge-Base-master/medical_expert_system.py", line 59, in
class Greetings(KnowledgeEngine):
File "/Users/epiclanka/Downloads/Medical-Expert-System-Knowledge-Base-master/medical_expert_system.py", line 174, in Greetings @rule(Fact(action='find_disease'),Fact(disease=MATCH.disease),salience = -998)
NameError: name 'MATCH' is not defined
can you pls help me to solve this issue ?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/Users/epiclanka/Downloads/Medical-Expert-System-Knowledge-Base-master/medical_expert_system.py", line 59, in
class Greetings(KnowledgeEngine):
File "/Users/epiclanka/Downloads/Medical-Expert-System-Knowledge-Base-master/medical_expert_system.py", line 174, in Greetings
@rule(Fact(action='find_disease'),Fact(disease=MATCH.disease),salience = -998)
NameError: name 'MATCH' is not defined
can you pls help me to solve this issue ?
The text was updated successfully, but these errors were encountered: