Skip to content

Commit c15be7f

Browse files
committed
Removed unnecassary test
1 parent f700c92 commit c15be7f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plotly/tests/test_optional/test_figure_factory.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,14 +2000,6 @@ def test_valid_color_dict(self):
20002000
colormap=color_dict)
20012001

20022002

2003-
def test_valid_index(self):
2004-
data = pd.DataFrame([[2, 3, 4], [4, 5, 6]],
2005-
columns=['a', 'b', 'c'])
2006-
2007-
self.assertRaises(KeyError, ff.create_facet_grid, data, 'a', 'b',
2008-
color_name='c')
2009-
2010-
20112003
def test_valid_colorscale_name(self):
20122004
data = pd.DataFrame([[0, 1, 2], [3, 4, 5]],
20132005
columns=['a', 'b', 'c'])

0 commit comments

Comments
 (0)