We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48c30e commit cd11bd3Copy full SHA for cd11bd3
README.md
@@ -57,7 +57,7 @@ xvals = np.array([2, 3, 4])
57
gids = np.array([10, -20, 10])
58
59
grpd = fastgrouper.li.Grouped(gids)
60
-grpd.apply(bop, xvals) # returns [[2, 4], [3]]
+grpd.apply(bop, xvals) # [[2, 4], [3]]
61
```
62
63
For additional examples, checkout the [tests](./python/fastgrouper/test).
0 commit comments