Skip to content

Commit 66e1ef8

Browse files
committed
Revert "Add np.float16 back"
This reverts commit 1a75bee.
1 parent 1a75bee commit 66e1ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_clib_to_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_to_numpy_python_types(data, expected_dtype):
9292
pytest.param(np.uint32, np.uint32, id="uint32"),
9393
pytest.param(np.uint64, np.uint64, id="uint64"),
9494
# pytest.param(np.ulonglong, np.ulonglong, id="ulonglong"),
95-
pytest.param(np.float16, np.float16, id="float16"),
95+
# pytest.param(np.float16, np.float16, id="float16"),
9696
pytest.param(np.float32, np.float32, id="float32"),
9797
pytest.param(np.float64, np.float64, id="float64"),
9898
# pytest.param(np.longdouble, np.longdouble, id="longdouble"),

0 commit comments

Comments
 (0)