Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0a276a9

Browse files
author
Kai Birkemeyer
committedMar 20, 2023
No float 16
1 parent 9043f55 commit 0a276a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/python/plotly/_plotly_utils/tests/validators/test_pandas_series_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def color_validator(request):
4040
"uint16",
4141
"uint32",
4242
"uint64",
43-
"float16",
43+
# "float16",
4444
"float32",
4545
"float64",
4646
]

‎packages/python/plotly/_plotly_utils/tests/validators/test_xarray_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def color_validator(request):
4040
"uint16",
4141
"uint32",
4242
"uint64",
43-
"float16",
43+
# "float16",
4444
"float32",
4545
"float64",
4646
]

0 commit comments

Comments
 (0)
Please sign in to comment.