Skip to content

Commit

Permalink
Fixed Unittest File Name For Pairwise Distance Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny-Knighten committed Mar 26, 2019
1 parent b4246dc commit e08d0e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
cosine_pairwise, pearson_pairwise


class TestVectorizedDistanceMetrics(unittest.TestCase):
class TestPairwiseDistanceMetrics(unittest.TestCase):

def setUp(self):
# Vectors That Range From 0 Degrees to 360 Degrees By 90 Degree Increments
Expand Down

0 comments on commit e08d0e1

Please sign in to comment.