luispedro / milk

MILK: Machine Learning Toolkit
http://www.luispedro.org/software/milk
MIT License
605 stars 146 forks source link

Errors new in numpy 1.9.0r1 #16

Closed charris closed 10 years ago

charris commented 10 years ago
======================================================================
FAIL: milk.tests.test_pdist.test_pdist
----------------------------------------------------------------------
Traceback (most recent call last):
  File "X:\Python27-x64\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "X:\Python27-x64\lib\site-packages\milk\tests\test_pdist.py", line 11, in test_pdist
    assert np.allclose(Dxx[i,j], np.sum((X[i]-X[j])**2))
AssertionError

======================================================================
FAIL: milk.tests.test_pdist.test_plike
----------------------------------------------------------------------
Traceback (most recent call last):
  File "X:\Python27-x64\lib\site-packages\nose\case.py", line 197, in runTest
    self.test(*self.arg)
  File "X:\Python27-x64\lib\site-packages\milk\tests\test_pdist.py", line 27, in test_plike
    assert Lxx[0,0] == Lxx2[0,0]
AssertionError

Not sure what is going on here.

luispedro commented 10 years ago

Thanks. I'll try this out as soon as I'm back at work.