Skip to content

Commit 635e933

Browse files
committed
Update test_to_from_plotly_json.py
1 parent c2c9c7d commit 635e933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/tests/test_io/test_to_from_plotly_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def numeric_numpy_array(request):
9696

9797
@pytest.fixture(scope="module")
9898
def object_numpy_array(request):
99-
return np.array(["a", 1, [2, 3]])
99+
return np.array(["a", 1, [2, 3]], dtype="object")
100100

101101

102102
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)