-
Notifications
You must be signed in to change notification settings - Fork 14
Support anything that can save as PNG #77
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
For 1.0 the problem is that it can't resolve it's test-time dependencies. For other things, It seems to be because the plot is slightly different. |
Revert "usual actual not raw_actual to decide rendermode" This reverts commit 9cc6d53. render actual
Thank you @oxinabox for pushing this forward ❤️ |
@juliohm do you have any ability to dig into what is going on with the heatmap on ubuntu? |
I am on Manjaro Linux so maybe the issue would reproduce there as well? How can I help? I understand very little about ImageIO and about these possible discrepancies between OSes. |
Can you check out this branch and see if tests pass for you locally? |
hmmm, Not sure what to do here. |
I had the same question in the packages where I am using ReferenceTests.jl How to increase tolerance? The current threshold with PSNR is not very intuitive, at least for me, and guidelines are appreciated. Perhaps increase the default tolerance in ReferenceTests.jl would also be a good idea. Any thoughts on that @johnnychen94 ? It would be nice to fix this OS-specific issue, perhaps just increasing tolerance for now. |
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.
A nice and clear solution!
Co-authored-by: Johnny Chen <[email protected]>
|
OK, I have spun up a linux VM and replicated the failure, not that i can replace it, fixing it should be easier |
This is JuliaPlots/Plots.jl#2127 If there are no objections I will merge this tomorrow |
Including plots.
Closes #62
Alternative to #76
cc @juliohm