Skip to content

Commit f3b57fc

Browse files
committed
Fix duplicated test_dendrogram_orientation test.
1 parent bed3bec commit f3b57fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_optional/test_opt_tracefactory.py

Lines 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)