Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bentaculum authored Sep 25, 2024
1 parent 4f4eb5f commit 225e46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The predicted assocations can then be used for linked with several modes:
- `greedy` (greedy linking with division) - fast, no additional dependencies
- `ilp` (ILP based linking) - slower but more accurate, needs [`motile`](https://github.com/funkelab/motile)

Otherwise, no hyperparameters to choose :)
Apart from that, no hyperparameters to choose :)

```python
import torch
Expand Down

0 comments on commit 225e46d

Please sign in to comment.