mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 18:25:32 +08:00
7caf88f6ee
For older versions of numpy, `assert_equal(a, b)` failed for arbitrary objects `a` and `b` even if they had ``__eq__`` defined. This is now fixed, but the test is changed to use ``assert_true(a == b)`` to be backward compatible.