Workflow
The documentation below describes a workflow to actively develop the code base. This guide assumes you have read through the Installation, Data, and Running the model pages.
Contents
Writing functions
Separating into modules
Verifying input arguments
Writing docstrings
Using a Jupyter notebook for initial testing
Writing tests
Using the “Testing” panel in VSCodium
Using
pytest