Skip to content

Commit

Permalink
updated functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Dec 3, 2024
1 parent 0729b7f commit 88d3b5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_laff.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
class TestLaff(unittest.TestCase):
def test_laff(self):
laff = Laff()
scores = laff.compute_affinity("hello", "world")
self.assertTrue(isinstance(scores, float))

scores = laff.compute_affinity(["hello", "world"], ["world", "hello"])
self.assertEqual(len(scores), 2)
self.assertTrue(isinstance(scores[0], float))
Expand Down

0 comments on commit 88d3b5b

Please sign in to comment.