Skip to content

Commit

Permalink
reblack sparse_nndescent
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Jan 25, 2020
1 parent 40d4d33 commit 0c3912d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umap/sparse_nndescent.py
Expand Up @@ -29,7 +29,7 @@

@numba.njit(fastmath=True)
def sparse_init_rp_tree(
inds, indptr, data, sparse_dist, current_graph, leaf_array, tried=None
inds, indptr, data, sparse_dist, current_graph, leaf_array, tried=None
):
if tried is None:
tried = set([(-1, -1)])
Expand Down

0 comments on commit 0c3912d

Please sign in to comment.