mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-25 13:30:51 +08:00
Add random seeds to tests per #1044 Additionally, change all `np.random.random` to `np.random.rand` calls, as the former are not affected by `np.random.seed`.