Skip to content

Commit af8abfa

Browse files
committed
Comment np.clongdouble
1 parent 5623a8e commit af8abfa

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
@@ -98,7 +98,7 @@ def test_to_numpy_python_types(data, expected_dtype):
9898
# pytest.param(np.longdouble, np.longdouble, id="longdouble"),
9999
pytest.param(np.complex64, np.complex64, id="complex64"),
100100
pytest.param(np.complex128, np.complex128, id="complex128"),
101-
pytest.param(np.clongdouble, np.clongdouble, id="clongdouble"),
101+
# pytest.param(np.clongdouble, np.clongdouble, id="clongdouble"),
102102
]
103103

104104

0 commit comments

Comments
 (0)