Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 294 Bytes

File metadata and controls

15 lines (10 loc) · 294 Bytes

setsim

A proof of concept of the summing similarity measure.

Run tests

Tests are run using pytest runner which runs both pytest and unittest tests.

# Ensure you install `test` dependencies before running tests.
python3 -m pip install -e .[test]

# Run tests.
pytest