mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 01:11:56 +08:00
85a5cea533
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`.