Skip to content

Commit

Permalink
Remove a numba warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Sep 9, 2019
1 parent 49c6d86 commit 9d75307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/distances.py
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ def levenshtein(x, y, normalisation=1.0, max_distance=20):
)


@numba.jit(parallel=True)
@numba.njit()
def pairwise_special_metric(X, Y=None, metric="hellinger"):
special_metric_func = named_distances[metric]

Expand Down

0 comments on commit 9d75307

Please sign in to comment.