- Notifications
You must be signed in to change notification settings - Fork22
Add test_scatter.png so tox passes in other branch#123
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
I'm confused by this PR - why is there a test image without a corresponding figure test? |
I've tested locally and it produced this test image. When tox runs on the test_scatter on the other PR#121 it copies the baseline folder which doesn't contain this image so tox fails. This was me trying to find a workaround to upload the test image prior to test on the other branch/PR, but if it's too hacky I can try to figure out another way for it to work. It may be running pytest-mpl twice in the tox file |
dstansby left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Adding new test image files should come along with a test that uses the file, so I'm still confused by this PR.
I think that this can be closed for now as it can be dealt with in another branch once the scatter test is working |
Uh oh!
There was an error while loading.Please reload this page.
Refers to#122
Want to merge this branch to add test_scatter.png so I can run tox for the scatter_test.py in another branch