@@ -687,21 +687,21 @@ def test_datetime_candlestick(self):
687
687
self .assertEqual (candle , exp_candle )
688
688
689
689
690
- class TestDistplot (TestCase ):
690
+ # class TestDistplot(TestCase):
691
691
692
- def test_scipy_import_error (self ):
692
+ # def test_scipy_import_error(self):
693
693
694
- # make sure Import Error is raised when _scipy_imported = False
694
+ # # make sure Import Error is raised when _scipy_imported = False
695
695
696
- hist_data = [[1.1 , 1.1 , 2.5 , 3.0 , 3.5 ,
697
- 3.5 , 4.1 , 4.4 , 4.5 , 4.5 ,
698
- 5.0 , 5.0 , 5.2 , 5.5 , 5.5 ,
699
- 5.5 , 5.5 , 5.5 , 6.1 , 7.0 ]]
696
+ # hist_data = [[1.1, 1.1, 2.5, 3.0, 3.5,
697
+ # 3.5, 4.1, 4.4, 4.5, 4.5,
698
+ # 5.0, 5.0, 5.2, 5.5, 5.5,
699
+ # 5.5, 5.5, 5.5, 6.1, 7.0]]
700
700
701
- group_labels = ['distplot example' ]
701
+ # group_labels = ['distplot example']
702
702
703
- self .assertRaisesRegexp (ImportError ,
704
- "FigureFactory.create_distplot requires scipy" ,
705
- tls .FigureFactory .create_distplot ,
706
- hist_data , group_labels )
703
+ # self.assertRaisesRegexp(ImportError,
704
+ # "FigureFactory.create_distplot requires scipy",
705
+ # tls.FigureFactory.create_distplot,
706
+ # hist_data, group_labels)
707
707
0 commit comments