Skip to content
Snippets Groups Projects
Commit 27a30cde authored by Hendrik Buschmeier's avatar Hendrik Buschmeier
Browse files

Fixed misspelling of variable name in one place.

parent f0e740bd
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ class Factor(object):
def set_evidence(self,evd):
self.calCPD = self.node.get_cpd().copy()
self.calCPD = self.calCPD.set_evidence(evd)
self.isEvidene = True
self.isEvidence = True
def clear_evidence(self):
self.calCPD = self.node.get_cpd().copy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment