-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule harmony
updated
8 files
+461 −1,006 | Harmony_example_walkthrough.ipynb | |
+6 −2 | pyproject.toml | |
+2 −1 | src/harmony/__init__.py | |
+10 −36 | src/harmony/matching/cluster.py | |
+2 −2 | src/harmony/matching/deterministic_clustering.py | |
+2 −6 | src/harmony/matching/matcher.py | |
+2 −3 | tests/test_cluster.py | |
+3 −3 | tests/test_deterministic_clustering.py |