-
Notifications
You must be signed in to change notification settings - Fork 229
WIP: Refactor test_basemap_polar to use mpl_image_compare and track png files in dvc #1071
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
Adding dvc package to environment.yml and running `dvc init` to get the barebones .dvcignore, .dvc/config & .dvc/.gitignore files.
Technically the order shouldn't matter, but most tutorials seem to use `git push` first so follow that.
Co-Authored-By: Dongdong Tian <[email protected]>
Co-Authored-By: Dongdong Tian <[email protected]>
Co-Authored-By: Dongdong Tian <[email protected]>
28fa478
to
901733c
Compare
Did you do |
Yes, I already did the
I'm afraid we have to push the sync button to preview the image. Not sure if our collaborators can also push the button. |
The image is correctly downloaded using
Did you push the sync button? I don't, but now I can preview the image (about 10 minutes after I run the |
Yeah I pushed it. I thought you did but didn't see anything when I refreshed the page, so I just pressed it...
They should be able to push the button, that DAGsHub repo is just a clone of the GitHub repo so shouldn't have any permissions issue (all public anyway). Another way I've thought about to preview the image is to use |
OK. At least we can pull the images and review them. |
Testing #1036.
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