Skip to content
Snippets Groups Projects
Commit 71368843 authored by Martin Larralde's avatar Martin Larralde
Browse files

Update code example in `README.md`

parent 4fd9360b
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ assert_eq!(scores[0], -23.07094);
assert_eq!(v[0], -23.07094);
// The highest scoring position can be searched with a pipeline as well.
let best = pli.best_position(&scores).unwrap();
let best = pli.argmax(&scores).unwrap();
assert_eq!(best, 18);
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment