-
Notifications
You must be signed in to change notification settings - Fork 224
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
pygmt-session [ERROR]: GMT_COMPATIBILITY: Expects values from 6 to 6; reset to 6. #365
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. |
Any reason you want to have a "gmt.conf" file in you home directory? The simplest way is to remove the "root" |
Historically, gmt has always had a default configuration file, which as of version 6 should be located in It doesn't appear to be a good idea to ask the user to delete the default gmt configuration file just to suppress pygmt warnings. |
This issue has been fixed in upstream GMT codes in GenericMappingTools/gmt#1981. |
Closing this issue as it should be resolved. If anyone else has this problem, let us know and we can reopen it if necessary. |
GMT version = 6.0.0 (macOS installed via brew)
pygmt complains about the
GMT_COMPATIBILITY
parameter. By default, this is set to 4, but pygmt expects 6. SettingGMT_COMPATIBILITY = 6
in my rootgmt.conf
file removes this warning, but setting this parameter to 6 should rather be done locally by pygmt itself.The text was updated successfully, but these errors were encountered: