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 should consider a basic set of tests that run each time a piece of code is checked in. This would also be run against each pull request to ensure that broken code is not merged into the master branch.
At a minimum, this could just check that the code compiles and runs the initial conditions and maybe a very simple test case. Additionally, we could consider adding a set of benchmarking data to compare against and raise an error if there are differences relative to this new data set.
The text was updated successfully, but these errors were encountered:
We should consider a basic set of tests that run each time a piece of code is checked in. This would also be run against each pull request to ensure that broken code is not merged into the master branch.
At a minimum, this could just check that the code compiles and runs the initial conditions and maybe a very simple test case. Additionally, we could consider adding a set of benchmarking data to compare against and raise an error if there are differences relative to this new data set.
The text was updated successfully, but these errors were encountered: