We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b531c commit 2fa09e5Copy full SHA for 2fa09e5
packages/python/plotly/plotly/tests/test_optional/test_graph_objs/test_skipped_b64_keys.py
@@ -68,8 +68,6 @@ def test_np_layers(self):
68
69
fig = go.Figure(data=data, layout=layout)
70
71
- # TODO: This is failing because the actual value of the "dash" field
72
- # is converted to the { b64, dtype } object.
73
assert fig.layout['mapbox']['layers'][0]['line']['dash'] == (2.5, 1)
74
75
assert (
0 commit comments