Skip to content

Commit

Permalink
silence ProdCPdf test
Browse files Browse the repository at this point in the history
  • Loading branch information
strohel committed Feb 1, 2011
1 parent 1b8df97 commit 33bd0d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pybayes/tests/test_pdfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,4 +416,5 @@ def test_ceval_log(self):

def test_csample(self):
for i in range(10):
print self.prod.csample(np.array([]))
# this test is really dumb, but nothing better invented yet
self.assertEqual(self.prod.csample(np.array([])).shape, (2,))

0 comments on commit 33bd0d1

Please sign in to comment.