Skip to content

Commit

Permalink
Keyword arg for the sparse case
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Sep 11, 2019
1 parent 494024f commit ac0b43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/umap_.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def nearest_neighbors(
n_neighbors,
rng_state,
max_candidates=60,
dist=distance_func,
sparse_dist=distance_func,
dist_args=tuple(metric_kwds.values()),
low_memory=low_memory,
rp_tree_init=True,
Expand Down

0 comments on commit ac0b43d

Please sign in to comment.