-
Notifications
You must be signed in to change notification settings - Fork 359
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
gmtconvert -S cannot match string longer than 21 characters on intel mac #8497
Comments
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our contributing guidelines and code of conduct. |
It looks like this issue is directly related to GMT, not an PyGMT issue. In this case we should transfer it to the GMT repository. There is no wrapper for I tried the provided examples on Linux and Windows with GMT 6.5/dev and GMT 6.4 and all three seem to work. So this is potentially an OS-dependent / mac-related issue, and we need an mac user to test this. One side aspect is, that in the last line of the example the separator (the |
Seems like only occurring on intel mac, because I tested a M1 mac running sonoma and the bug doesn't exist |
I think I can reproduce the issue on Intel Mac, so there must be a bug. I agree with @yvonnefroehlich that this is a GMT issue, so I'll transfer it to the GMT repository and will see if I can find some time fix it. |
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. We appreciate that you took the time to contribute! Please make sure you read our Contributing Guide and abide by our Code of Conduct. |
I see that the bug is only on mac? So, in the title we could replace "in pygmt" to "in GMT with mac". |
Description of the problem
I installed gmt through pygmt on mac, and when I use
gmt convert -S
to match strings I found that when the string is longer than 21 characters, the command returns nothing. The gmt version isVersion 6.5.0 [64-bit] [MP] [4 cores]
, and on ubuntu linux withgmt
installed from the apt source, the bug doesn't exist.Minimal Complete Verifiable Example
Full error message
No response
System information
The text was updated successfully, but these errors were encountered: