File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ The steps are as follows:
110
110
1 . Use ` "cohorts" ` when every chunk only has a single group, but that group might extend across multiple chunks
111
111
1 . [ and more] ( https://github.com/xarray-contrib/flox/blob/e6159a657c55fa4aeb31bcbcecb341a4849da9fe/flox/core.py#L408-L426 )
112
112
Here is an example:
113
- ! [ bitmask-patterns] ( /../diagrams/bitmask-patterns-perfect.png )
113
+ <!-- ! [bitmask-patterns](/../diagrams/bitmask-patterns-perfect.png) -->
114
114
115
115
- On the left, is a monthly grouping for a monthly time series with chunk size 4. There are 3 non-overlapping cohorts so
116
116
` method="cohorts" ` is perfect.
@@ -126,7 +126,7 @@ The steps are as follows:
126
126
labels = np.tile(np.arange(1 , 13 ), 30 )
127
127
```
128
128
129
- ! [ cohorts-schematic] ( /../diagrams/containment.png )
129
+ <!-- ! [cohorts-schematic](/../diagrams/containment.png) -->
130
130
131
131
1 . To choose between ` "map-reduce" ` and ` "cohorts" ` , we need a summary measure of the degree to which the labels overlap with
132
132
each other. We can use _ sparsity_ --- the number of non-zero elements in ` C ` divided by the number of elements in ` C ` , ` C.nnz/C.size ` .
You can’t perform that action at this time.
0 commit comments