Skip to content

Commit ff8ccff

Browse files
committed
tweak
1 parent 53e1c3a commit ff8ccff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/posts/flox-smart/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ These panels are colored so that light yellow is `C=0`, and dark purple is `C=1`
142142
are always 1).
143143
Since there are 12 groups, `C` is a 12x12 matrix.
144144
The title on each image is `(chunk size, sparsity)`.
145-
When the chunksize _is_ a divisor of the period 12, `C` is a [block diagonal](https://en.wikipedia.org/wiki/Block_matrix) matrix.
146-
When the chunksize _is not_ a divisor of the period 12, `C` is much less sparse in comparison.
147145
![flox sparsity image](https://flox.readthedocs.io/en/latest/_images/containment.png)
148146

147+
When the chunksize _is_ a divisor of the period 12, `C` is a [block diagonal](https://en.wikipedia.org/wiki/Block_matrix) matrix.
148+
When the chunksize _is not_ a divisor of the period 12, `C` is much less sparse in comparison.
149149
Given the above `C`, flox will choose `"cohorts"` for chunk sizes (1, 2, 3, 4, 6), and `"map-reduce"` for the rest.
150150

151151
Cool, isn't it?!

0 commit comments

Comments
 (0)