Skip to content

Commit

Permalink
Update plot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Aug 21, 2023
1 parent ade967d commit a242b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _nhood_search(umap_object, nhood_size):
return indices, dists


@numba.jit()
@numba.njit()
def _nhood_compare(indices_left, indices_right):
"""Compute Jaccard index of two neighborhoods"""
result = np.empty(indices_left.shape[0])
Expand Down

0 comments on commit a242b27

Please sign in to comment.