Add random seeds to tests per #1044

This commit is contained in:
blink1073
2014-07-05 12:49:42 -05:00
parent 1c27a97d26
commit 5ef3f95d71
12 changed files with 24 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@ from skimage import data, util
from skimage.morphology import cmorph, disk
from skimage.filter import rank
np.random.seed(0)
def test_random_sizes():
# make sure the size is not a problem