Files
scikit-image/skimage/feature
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-10-18 21:12:27 +02:00
2011-12-02 10:55:41 -08:00