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 af8abfa commit 8726515Copy full SHA for 8726515
pygmt/tests/test_clib_to_numpy.py
@@ -86,7 +86,7 @@ def test_to_numpy_python_types(data, expected_dtype):
86
pytest.param(np.int16, np.int16, id="int16"),
87
pytest.param(np.int32, np.int32, id="int32"),
88
pytest.param(np.int64, np.int64, id="int64"),
89
- # pytest.param(np.longlong, np.longlong, id="longlong"),
+ pytest.param(np.longlong, np.longlong, id="longlong"),
90
pytest.param(np.uint8, np.uint8, id="uint8"),
91
pytest.param(np.uint16, np.uint16, id="uint16"),
92
pytest.param(np.uint32, np.uint32, id="uint32"),
0 commit comments