Skip to content

Commit

Permalink
Update test_dissim.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AGMortimer committed Jun 10, 2019
1 parent 4414d57 commit 6133791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmodes/util/tests/test_dissim.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_jaccard__binary_dissim(self):
b = np.array([[1, 1, 1, 0, -1, 1]])
with self.assertRaises(ValueError):
jaccard_binary_dissim(a, b)

a = np.array([[np.NaN, 0, 0, 1, 1, 0]])
b = np.array([[1, 1, 1, 0, 1, 1]])
with self.assertRaises(ValueError):
Expand Down

0 comments on commit 6133791

Please sign in to comment.