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 f3b57fc

Browse filesBrowse files
committed
Fix duplicated test_dendrogram_orientation test.
1 parent bed3bec commit f3b57fc
Copy full SHA for f3b57fc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎plotly/tests/test_optional/test_opt_tracefactory.py

Copy file name to clipboardExpand all lines: plotly/tests/test_optional/test_opt_tracefactory.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def test_dendrogram_orientation(self):
447447
tickvals_top = np.array(dendro_top['layout']['xaxis']['tickvals'])
448448
self.assertTrue((tickvals_top <= 0).all())
449449

450-
def test_dendrogram_orientation(self):
450+
def test_dendrogram_orientation_two(self):
451451
X = np.array([[1, 2, 3, 4],
452452
[1, 1, 3, 4],
453453
[1, 2, 1, 4],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.