File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ def test_lambda(self):
335
335
# Checking if Lambda can be printed as string
336
336
trans .__repr__ ()
337
337
338
+ @unittest .skipIf (stats is None , 'scipy.stats not available' )
338
339
def test_random_apply (self ):
339
340
random_state = random .getstate ()
340
341
random .seed (42 )
@@ -360,6 +361,7 @@ def test_random_apply(self):
360
361
# Checking if RandomApply can be printed as string
361
362
random_apply_transform .__repr__ ()
362
363
364
+ @unittest .skipIf (stats is None , 'scipy.stats not available' )
363
365
def test_random_choice (self ):
364
366
random_state = random .getstate ()
365
367
random .seed (42 )
@@ -395,6 +397,7 @@ def test_random_choice(self):
395
397
# Checking if RandomChoice can be printed as string
396
398
random_choice_transform .__repr__ ()
397
399
400
+ @unittest .skipIf (stats is None , 'scipy.stats not available' )
398
401
def test_random_order (self ):
399
402
random_state = random .getstate ()
400
403
random .seed (42 )
You can’t perform that action at this time.
0 commit comments