Skip to content

Commit

Permalink
update tsets
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Feb 11, 2015
1 parent 3cf532e commit 6ab8d3f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test_dedupe.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ def test_hierarchical(self):

assert self.clusterEquals(hierarchical(self.dupes, 0.5),
[((1, 2, 3),
(0.790,
(0.779,
0.860,
0.790)),
0.779)),
((4, 5),
(0.720,
0.720)),
Expand All @@ -198,11 +198,11 @@ def test_hierarchical(self):

assert self.clusterEquals(hierarchical(self.dupes, 0),
[((1, 2, 3, 4, 5),
(0.5950000137090683,
0.66000001132488251,
0.59500001370,
0.3550000041,
0.635)),
(0.526,
0.565,
0.542,
0.320,
0.624)),
((10, 11),
(0.899,
0.899))]
Expand Down

0 comments on commit 6ab8d3f

Please sign in to comment.