-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makecpt does not fully understanf the '@name' mechanism #685
Comments
PaulWessel
added a commit
that referenced
this issue
May 5, 2019
Both makecpt and grd2cpt would strip off the trailing ".cpt" from a file name but this should not be done if file starts with '@', i.e., a remote CPT file. Closes issue #685.
joa-quim
pushed a commit
that referenced
this issue
May 5, 2019
Both makecpt and grd2cpt would strip off the trailing ".cpt" from a file name but this should not be done if file starts with '@', i.e., a remote CPT file. Closes issue #685.
Fixed |
obaney
pushed a commit
to obaney/gmt
that referenced
this issue
Aug 18, 2021
We have these linting issues because base_plotting.py is too long: ``` pygmt/base_plotting.py:1:0: C0302: Too many lines in module (2047/2000) (too-many-lines) ``` The problem will be fixed in GenericMappingTools#685, but it may take some time. This PR increases the max-module-lines to 3000 to temporarily disable the warning.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Though the '@' seems to have been parsed, still
The text was updated successfully, but these errors were encountered: