Skip to content

Commit

Permalink
We don't need seed_per_row in umap
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Sep 11, 2019
1 parent ac0b43d commit c4f39f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions umap/sparse_nndescent.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def sparse_nn_descent_internal_low_memory(
max_candidates,
rng_state,
rho,
False,
)

c = 0
Expand Down Expand Up @@ -163,7 +162,6 @@ def sparse_nn_descent_internal_high_memory(
max_candidates,
rng_state,
rho,
False,
)

c = 0
Expand Down

0 comments on commit c4f39f7

Please sign in to comment.