Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c15be7f

Browse filesBrowse files
committed
Removed unnecassary test
1 parent f700c92 commit c15be7f
Copy full SHA for c15be7f

File tree

Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed

‎plotly/tests/test_optional/test_figure_factory.py

Copy file name to clipboardExpand all lines: plotly/tests/test_optional/test_figure_factory.py
-8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.