Skip to content

Commit 08c6dd1

Browse files
committed
Remove commented-out Distplot test.
1 parent e685d70 commit 08c6dd1

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

plotly/tests/test_core/test_tools/test_figure_factory.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -685,23 +685,3 @@ def test_datetime_candlestick(self):
685685
'layout': {}}
686686

687687
self.assertEqual(candle, exp_candle)
688-
689-
690-
# class TestDistplot(TestCase):
691-
692-
# def test_scipy_import_error(self):
693-
694-
# # make sure Import Error is raised when _scipy_imported = False
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]]
700-
701-
# group_labels = ['distplot example']
702-
703-
# self.assertRaisesRegexp(ImportError,
704-
# "FigureFactory.create_distplot requires scipy",
705-
# tls.FigureFactory.create_distplot,
706-
# hist_data, group_labels)
707-

0 commit comments

Comments
 (0)