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

Skip to content

Commit 3e3de24

Browse files
committed
Loosen dtype on constructor in test. (PY3 fail).
1 parent 89592cd commit 3e3de24

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
@@ -294,7 +294,7 @@ def test_default_dendrogram(self):
294294
showticklabels=True,
295295
tickmode='array',
296296
ticks='outside',
297-
ticktext=np.array(['3', '2', '0', '1'], dtype='|S1'),
297+
ticktext=np.array(['3', '2', '0', '1']),
298298
tickvals=[5.0, 15.0, 25.0, 35.0],
299299
type='linear',
300300
zeroline=False

0 commit comments

Comments
 (0)