Skip to content
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

add snapshot tests #243

Open
mcol opened this issue Sep 13, 2024 · 1 comment
Open

add snapshot tests #243

mcol opened this issue Sep 13, 2024 · 1 comment

Comments

@mcol
Copy link
Contributor

mcol commented Sep 13, 2024

Right now only a few tests check the numerical results. As we are going to do more invasive changes, it's better to have a more precise way to check that we are not unexpectedly changing the results or the objects produced.

With testthat we can use snapshotting to record the expected output and compare it with that of the test runs.

@RLumSK
Copy link
Member

RLumSK commented Dec 26, 2024

Add first figure snapshot with 4ebe638

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants