Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 457 Bytes

File metadata and controls

15 lines (10 loc) · 457 Bytes

Unit Tests for TALOS

This folder contains unit tests for the TALOS system. All tests are compatible with pytest.

⚠️ Some tests load the full models used in the TALOS pipeline, which may require significant memory. For this reason, I strongly recommend executing individual tests using:

pytest -k <test_name>

Before running the tests, make sure to install the testing dependencies:

pip install -r requirements-test.txt