Skip to content

Commit

Permalink
Fallback to the old approach for now per #590
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Feb 16, 2021
1 parent 05840ef commit 18c4e75
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 @@ -1305,4 +1305,4 @@ def _partial_metric(_X, _Y=None):
return pairwise_distances(X, Y, metric=_partial_metric)
else:
special_metric_func = named_distances[metric]
return chunked_parallel_special_metric(X, Y, metric=special_metric_func)
return parallel_special_metric(X, Y, metric=special_metric_func)

0 comments on commit 18c4e75

Please sign in to comment.