Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dab5d37

Browse files
committed
Rename .._orientation_two —> .._colorscale.
I think this was likely the intent?
1 parent 3cf13ae commit dab5d37

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_two(self):
450+
def test_dendrogram_colorscale(self):
451451
X = np.array([[1, 2, 3, 4],
452452
[1, 1, 3, 4],
453453
[1, 2, 1, 4],

0 commit comments

Comments
 (0)