Skip to content

Commit 5623a8e

Browse files
committed
Add complex back
1 parent 66e1ef8 commit 5623a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pygmt/tests/test_clib_to_numpy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ def test_to_numpy_python_types(data, expected_dtype):
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"),
99-
# pytest.param(np.complex64, np.complex64, id="complex64"),
100-
# pytest.param(np.complex128, np.complex128, id="complex128"),
101-
# pytest.param(np.clongdouble, np.clongdouble, id="clongdouble"),
99+
pytest.param(np.complex64, np.complex64, id="complex64"),
100+
pytest.param(np.complex128, np.complex128, id="complex128"),
101+
pytest.param(np.clongdouble, np.clongdouble, id="clongdouble"),
102102
]
103103

104104

0 commit comments

Comments
 (0)