-
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
Update baseline images for basemap #1221
Conversation
Summary of changed imagesThis is an auto-generated report of images that have changed on the DVC remote
Image diff(s)Added imagesModified images
Report last updated at commit 7a5731c |
All the new images make sense to me, except the |
Yes, I agree that it shows this bug: GenericMappingTools/gmt#5120. I do not think it should be allowed to pass with the new image. |
I don't think they're exactly the same bug. The equivalent GMT CLI is:
It should NOT append any suffix (e.g.,
Yes, I agree. I think I should keep the old |
I agree that no units should be appended. My understanding is that right now GMT assumes that all angles given to -JP are longitude, which is a problem for both #5120 and the PyGMT test. Up to you if you want to post this in the same issue or a new one.
Yes to me. |
I think it's a new one. GMT v6.1.1 does not make this assumption. I'll post a new bug report. |
Description of proposed changes
Address #1217.
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version