4. Testing the modelΒΆ
The model has been extensively tested. Below are instructions for testing the model on Ubuntu Linux.
Install the packages required to test the model:
pip install pytest pip install -r tests/requirements.txt
Run the tests:
cd /path/to/h1_hesc python -m pytest tests