This is a template software project repository used by the Intermediate Research Software Development Skills In Python.
This repository is intended to be used as a code template which is copied
by learners at Intermediate Research Software Development Skills In
Python
workshops. This can be done using the Use this template
button towards
the top right of this repo's GitHub page.
In a number of places, TODO
comments indicate where code may be added during the
workshop as the necessary topics are introduced.
Each TODO
comment should refer to a particular section of the workshop:
Several tests have been implemented already, some of which are currently failing. These failing tests set out the requirements for the additional code to be implemented during the workshop.
The tests should be run using pytest
, which will be introduced during the workshop.