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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: