Skip to content

Commit 8726515

Browse files
committed
Add np.longlong
1 parent af8abfa commit 8726515

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
@@ -86,7 +86,7 @@ def test_to_numpy_python_types(data, expected_dtype):
8686
pytest.param(np.int16, np.int16, id="int16"),
8787
pytest.param(np.int32, np.int32, id="int32"),
8888
pytest.param(np.int64, np.int64, id="int64"),
89-
# pytest.param(np.longlong, np.longlong, id="longlong"),
89+
pytest.param(np.longlong, np.longlong, id="longlong"),
9090
pytest.param(np.uint8, np.uint8, id="uint8"),
9191
pytest.param(np.uint16, np.uint16, id="uint16"),
9292
pytest.param(np.uint32, np.uint32, id="uint32"),

0 commit comments

Comments
 (0)