Files
scikit-image/skimage
emmanuelle 2f3da9cc8f BUG: greycomatrix, one of the tests was failing for symmetric case
test_glcm.TestGLCM.test_output_symmetric_1 was failing on my computer.
I think this is because np.transpose returns a view when possible,
so P += np.transpose(P) must do weird things.
2011-12-08 21:53:31 +01:00
..
2011-11-07 14:48:10 -08:00
2011-12-03 15:45:40 -08:00
2011-12-03 15:47:22 -08:00
2011-10-18 21:12:27 +02:00
2011-10-18 21:12:27 +02:00
2011-12-03 14:30:42 -08:00
2011-12-03 14:30:42 -08:00
2011-11-27 17:05:27 -05:00
2011-10-18 21:12:27 +02:00