mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 20:17:28 +08:00
2f3da9cc8f
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.