Skip to content

Commit beb319a

Browse files
author
Kai Birkemeyer
committed
No float 16
1 parent 160c745 commit beb319a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/python/plotly/_plotly_utils/tests/validators/test_pandas_series_input.py

+1-1
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
]

Diff for: packages/python/plotly/_plotly_utils/tests/validators/test_xarray_input.py

+1-1
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)