4. Testing the modelΒΆ

The model has been extensively tested. Below are instructions for testing the model on Ubuntu Linux.

  1. Install the packages required to test the model:

    pip install pytest
    pip install -r tests/requirements.txt
    
  2. Run the tests:

    cd /path/to/h1_hesc
    python -m pytest tests