We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a75bee commit 66e1ef8Copy full SHA for 66e1ef8
pygmt/tests/test_clib_to_numpy.py
@@ -92,7 +92,7 @@ def test_to_numpy_python_types(data, expected_dtype):
92
pytest.param(np.uint32, np.uint32, id="uint32"),
93
pytest.param(np.uint64, np.uint64, id="uint64"),
94
# pytest.param(np.ulonglong, np.ulonglong, id="ulonglong"),
95
- pytest.param(np.float16, np.float16, id="float16"),
+ # pytest.param(np.float16, np.float16, id="float16"),
96
pytest.param(np.float32, np.float32, id="float32"),
97
pytest.param(np.float64, np.float64, id="float64"),
98
# pytest.param(np.longdouble, np.longdouble, id="longdouble"),
0 commit comments