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
The short test summary info is (because I can not upload index.html here):
FAILED ../clib/session.py::pygmt.clib.session.Session.virtualfile_to_dataset
FAILED ../datatypes/dataset.py::pygmt.datatypes.dataset._GMT_DATASET.to_dataframe
FAILED ../helpers/decorators.py::pygmt.helpers.decorators.fmt_docstring
FAILED ../src/grd2xyz.py::pygmt.src.grd2xyz.grd2xyz
FAILED ../src/grdhisteq.py::pygmt.src.grdhisteq.grdhisteq.compute_bins
Pytest System information:
pytest 7.4.0
pytest-mpl 0.17.0
ImportError: cannot import name 'build_arg_string' from 'pygmt.helpers' (/Users/tong/opt/anaconda3/envs/pygmt/lib/python3.13/site-packages/pygmt/helpers/__init__.py)
Why do you want to import build_arg_string. This function has been deprecated since v0.12.0 and was fully removed in v0.14.0 (#3184). Use build_arg_list instead.
Description of the problem
Following contributor-testing-your-code and
make test
, the coverage result is 74%.The short test summary info is (because I can not upload index.html here):
FAILED ../clib/session.py::pygmt.clib.session.Session.virtualfile_to_dataset
FAILED ../datatypes/dataset.py::pygmt.datatypes.dataset._GMT_DATASET.to_dataframe
FAILED ../helpers/decorators.py::pygmt.helpers.decorators.fmt_docstring
FAILED ../src/grd2xyz.py::pygmt.src.grd2xyz.grd2xyz
FAILED ../src/grdhisteq.py::pygmt.src.grdhisteq.grdhisteq.compute_bins
Pytest System information:
pytest 7.4.0
pytest-mpl 0.17.0
Minimal Complete Verifiable Example
Full error message
System information
The text was updated successfully, but these errors were encountered: