Skip to content

Commit 12ef51e

Browse files
removing float16 fixture value as it should not be supported
1 parent 54b4001 commit 12ef51e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/conftest.py

-1
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,6 @@ def series_with_simple_index(indices):
10331033

10341034

10351035
_narrow_dtypes = [
1036-
np.float16,
10371036
np.float32,
10381037
np.int8,
10391038
np.int16,

0 commit comments

Comments
 (0)