Skip to content

Commit 433afa6

Browse files
committed
edit
1 parent 9448fb2 commit 433afa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posts/flox-smart/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ mean_cohorts = ds.groupby("time.month").mean() # this is auto-detected!
8989

9090
Using the algorithm described below, flox will **automatically** set
9191
`method="cohorts"` for this dataset unless specified, yielding a 5X decrease in
92-
memory need, and 2X longer in time
92+
memory used and a 2X increase in runtime. Read on to figure out how!
9393

9494
<img src='/posts/flox-smart/mem.png' alt='Memory usage' width='60%' />
9595

0 commit comments

Comments
 (0)