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
As the recent update showed it could be handy to have some testing function for the plotting capabilities of HarmonicBalance. However, not sure how to test plotting other than testing if the plot funtion run.
The text was updated successfully, but these errors were encountered:
oameye
changed the title
Test for plotting
Tests for plotting
Oct 7, 2022
So one can test the plot functionality by using VisualRegressionTests.jl of the Plots.jl ecosystem. If I understand correctly, one can use the package to test without adding it to the dependencies by adding it to extras in the project.toml file. @jkosata Can you confirm?
So I actually think this is maybe a bit of an overkill 😛. I think the basic running test that were implemented in #88 are enough for a package of our scale.
As the recent update showed it could be handy to have some testing function for the plotting capabilities of HarmonicBalance. However, not sure how to test plotting other than testing if the plot funtion run.
The text was updated successfully, but these errors were encountered: