Skip to content

Commit

Permalink
Revert "Add np.longlong"
Browse files Browse the repository at this point in the history
This reverts commit 8726515.
  • Loading branch information
seisman committed Nov 18, 2024
1 parent 8726515 commit a3838f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/tests/test_clib_to_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_to_numpy_python_types(data, expected_dtype):
pytest.param(np.int16, np.int16, id="int16"),
pytest.param(np.int32, np.int32, id="int32"),
pytest.param(np.int64, np.int64, id="int64"),
pytest.param(np.longlong, np.longlong, id="longlong"),
# pytest.param(np.longlong, np.longlong, id="longlong"),
pytest.param(np.uint8, np.uint8, id="uint8"),
pytest.param(np.uint16, np.uint16, id="uint16"),
pytest.param(np.uint32, np.uint32, id="uint32"),
Expand Down

0 comments on commit a3838f6

Please sign in to comment.