You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finalize fixes on WIndows test suite for v0.1.1 (#441)
Fixes 3 tests failing on Windows Azure Pipelines: 1) Set TempDirectory using os.getcwd() as pygmtscraper was unable to handle different mount paths on WIndows; 2) Removed _as_array function and tests since np.asarray does the same job; 3) Change to ctypes.c_long from ctypes.c_int in kwargs_to_ctypes_array since they're the same (aliases).
0 commit comments