Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 485 Bytes

File metadata and controls

30 lines (20 loc) · 485 Bytes

Contributing

Thanks for your interest in contributing.

Development setup

  1. Create a virtual environment.
  2. Install runtime dependencies:
pip install -r requirements.txt
  1. Install optional scientific dependency for spectral metrics:
pip install scipy
  1. Run tests:
pytest

Pull requests

  • Keep changes focused and documented.
  • Add or update tests for behavioral changes.
  • Update README examples if user-facing behavior changes.