Skip to content

Commit

Permalink
fixed test case results
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Mar 9, 2013
1 parent 9516a6e commit 7444f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/MLNTestCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_learnBPLL_Smoking(self):
mln = self.getSmokersModel()
mln.learnWeights([self.smokingDB], ParameterLearningMeasures.BPLL, optimizer="bfgs")
weights = mln.getWeights()
correctWeights = [1.1267686091064575, 1.5777760206174236]
correctWeights = [0.64669600105802549, 1.519900134095767]
self.assertApproxListEqual(weights, correctWeights)

def __test_learnPLL_Smoking(self):
Expand Down

0 comments on commit 7444f66

Please sign in to comment.