Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Nov 4, 2024
1 parent 0f131aa commit 29f1b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rapids_singlecell/preprocessing/_kernels/_bbknn.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
}
// After processing, find the smallest value in top_k, which is the kth largest
// After processing, use min_index to write the smallest value in top_k to vals
float kth_largest = top_k[min_index];
vals[row] = kth_largest;
}
Expand Down

0 comments on commit 29f1b26

Please sign in to comment.