You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are not allowed to checkout unregistered packages in the tests so have to change how we test the plots. The current structure is using the ControlExamplePlots.jl, we should restructure it so that we download specific versions of that repo instead of using Pkg.checkout. See discussion on pull request here and on Plots.jl here
I fixed this now and we should be allowed to register the new version. We should however consider checking out specific versions of the test images. However, when the version of Plots.jl changes, the test will likely fail again, making it hard to verify old versions. We should probably wait with a long term solution until VisualRegressionTests.jl have converged on a solution.
We are not allowed to checkout unregistered packages in the tests so have to change how we test the plots. The current structure is using the ControlExamplePlots.jl, we should restructure it so that we download specific versions of that repo instead of using
Pkg.checkout
. See discussion on pull request here and on Plots.jl hereThis is urgent because of for example #75.
The text was updated successfully, but these errors were encountered: