-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fortran Tests #48
Fortran Tests #48
Conversation
I think this is now ready to be merged back into the main repo, performing tests on the original extracted parameterisation. My plan is to then merge that into #44 and add additional tests for the developments that have occurred there, as well as checking that the code continues to function as expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we add a brief line in the README that says how to run the tests?
Otherwise looks good (nice test_utils...!)
…ptions to the test_utils routines.
As part of the coupling process and developing the interface it is useful to have a testing framework.
This ensures code continues to behave as expected during refactoring, and also helps check the validity of new code being written.
This is discussed in #45 but will cover more than just regridding.Tests: