-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
the current NumpyImageTestCase2D and NumpyImageTestCase3D use create_test_image_*
Line 444 in 866d53d
| im, msk = create_test_image_2d(self.im_shape[0], self.im_shape[1], 4, 20, 0, self.num_classes) |
random_state parameterLine 29 in 866d53d
| random_state: Optional[np.random.RandomState] = None, |
the relevant unit tests therefore become dependent on each other via the global random state. this should be rectified