-
Notifications
You must be signed in to change notification settings - Fork 228
Migrate Figure.coast tests to dvc #1102
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
Conversation
…le; changing units from US to SI
# Conflicts: # examples/projections/cyl/cyl_transverse_mercator.py # examples/projections/cyl/cyl_universal_transverse_mercator.py
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Wei Ji <[email protected]> Co-authored-by: Dongdong Tian <[email protected]>
Co-authored-by: Dongdong Tian <[email protected]>
Did this branch maybe get made off a fork that's behind the pygmt master branch? I think that could be why there's so many commits involved, which isn't great. Edit - didn't actually look at the commits. Maybe it's a branch off the solar branch? Can you fix this? |
Yep. Forgot to switch back to set the remote as PyGMT repo after I switched to my fork to checkout |
Changing the tests in
test_coast.py
to usempl_image_compare
and adding the reference images todvc
.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