Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 7, 2017
1 parent 1bc0c2e commit 749b622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_garden/test_poulet.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test_poulet3(self):
h = proba_poisson_melange([48, 10, 4], [1, 2, 3], 20)
self.assertEqual(h, 0)
h = proba_poisson_melange([48, 10, 4], [1, 2, 3], 40)
self.assertEqual(h, 0)
self.assertTrue(h < 0.1)


if __name__ == "__main__":
Expand Down

0 comments on commit 749b622

Please sign in to comment.