GenericMappingTools / pygmt

A Python interface for the Generic Mapping Tools.
https://www.pygmt.org
BSD 3-Clause "New" or "Revised" License
763 stars 219 forks source link

clib.conversion.vectors_to_arrays: Move inline doctests into a separate test file #3549

Closed seisman closed 3 weeks ago

seisman commented 3 weeks ago

This PR contains a subset of changes in PR #3507, so that we can minimize changes in PR #3507.

This PR moves most of the inline doctests into pygmt/tests/test_clib_vectors_to_arrays.py. We may add more tests in the future.