We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As an initial unit testing exercise, let's start with a standalone function with only inputs/outputs. The um2nc callback_function() is a good one to try: https://github.com/ACCESS-NRI/amami/blob/main/amami/parsers/um2nc_parser.py#L33-L74
callback_function()
Let's split this into parts, so reviews/feedback can be staged between task blocks.
Bonus questions for reviews:
Part 1 Tasks - Initial unit testing (retrofitting style):
pytest
Can check & review here.
Part 2 Tasks - More unit testing for coverage:
Check & review here too.
Part 3 Tasks - Unit testing supporting refactoring:
Final wrap up
The text was updated successfully, but these errors were encountered:
atteggiani
When branches are created from issues, their pull requests are automatically linked.
As an initial unit testing exercise, let's start with a standalone function with only inputs/outputs. The um2nc
callback_function()
is a good one to try: https://github.com/ACCESS-NRI/amami/blob/main/amami/parsers/um2nc_parser.py#L33-L74Let's split this into parts, so reviews/feedback can be staged between task blocks.
Bonus questions for reviews:
Part 1 Tasks - Initial unit testing (retrofitting style):
pytest
can be run from the command line & IDECan check & review here.
Part 2 Tasks - More unit testing for coverage:
Check & review here too.
Part 3 Tasks - Unit testing supporting refactoring:
Final wrap up
The text was updated successfully, but these errors were encountered: