-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
TST: update and enable 'default' style tests #6757
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
TST: update and enable 'default' style tests #6757
Conversation
@pwuertz Can you do the same for the pgf tests? I am having issues getting pgf to run on my machine. |
I'm not sure I'm up to speed with the current development. What do you need? Check and recreate the reference images for the tests in the master and/or v2.x branch? |
@pwuertz I did the last updates and am happy to do these to if it makes it any easier. Basically we just need to rerun the tests locally with the pgf dependencies installed and copy the new results to the baseline directory and remove the knowfailure on the pgf tests |
Recreated baseline images with matplotlib master and removed knownfailure. Commit is here: https://github.com/pwuertz/matplotlib/commit/36394382e9caaa0320ab1d5c30e401f4e1f1f93c Do you want to integrate it into your own test update PR or do you want me to create 2 PRs for master and v2.x? |
@QuLogic if you have band width please take this PR over |
I'm trying this out, but more things failed on Travis than locally. |
Or maybe it's because I didn't have |
|
try clearing out your caches. that fixed a lot of issues for me, once. On Thu, Sep 8, 2016 at 10:02 PM, Elliott Sales de Andrade <
|
if you change gs version and are not on master you have to clear |
5c5ae7f
to
0f2e853
Compare
I've rebased to latest There is still the question of If this is fine, we should probably squash the commits to avoid any extra images taking up space. |
And now we're ✅. |
The edgecolor on a patch is now applied and the tick locator is slightly different from before.
This is a minor change as a result of zorder modifications in matplotlib#6766.
The lines in these test imagee have a different dash style now due to matplotlib#6547.
Bootstrapping requires random sampling, so it needs a fixed seed to ensure test consistency.
The tick locator was tweaked and edges are a bit different now.
34202be
to
6d62edc
Compare
Now rebased to remove any redundant image changes. |
@QuLogic Could your problem with |
@QuLogic Is this ready to go or does in need to be squashed? |
@afvincent I am not sure to what you are referring in that issue, but I think the problem is fixed by 26774ca. @tacaswell It is good to go from my side; I removed the redundant image changes. |
@QuLogic If 26774ca made everything OK, then everything is fine :). For the record, I was referring to the issue of " (By the way, is it normal that |
No description provided.