Skip to content

Commit

Permalink
docs: add note about fastremap installation
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Nov 17, 2024
1 parent b6fe047 commit 2d1045a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cc3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ def largest_k(
precomputed_ccl: for performance, avoid computing a CCL
pass since the input is already a CCL output from this
library.
NOTE: Performance may increase if you have the fastremap
library installed. This may also change the numbering
of the output.
"""
assert k >= 0

Expand Down

0 comments on commit 2d1045a

Please sign in to comment.