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:
110110 1 . Use ` "cohorts" ` when every chunk only has a single group, but that group might extend across multiple chunks
111111 1 . [ and more] ( https://github.com/xarray-contrib/flox/blob/e6159a657c55fa4aeb31bcbcecb341a4849da9fe/flox/core.py#L408-L426 )
112112 Here is an example:
113- ! [ bitmask-patterns] ( /../diagrams/bitmask-patterns-perfect.png )
113+ <!-- ! [bitmask-patterns](/../diagrams/bitmask-patterns-perfect.png) -->
114114
115115 - On the left, is a monthly grouping for a monthly time series with chunk size 4. There are 3 non-overlapping cohorts so
116116 ` method="cohorts" ` is perfect.
@@ -126,7 +126,7 @@ The steps are as follows:
126126 labels = np.tile(np.arange(1 , 13 ), 30 )
127127 ```
128128
129- ! [ cohorts-schematic] ( /../diagrams/containment.png )
129+ <!-- ! [cohorts-schematic](/../diagrams/containment.png) -->
130130
1311311 . To choose between ` "map-reduce" ` and ` "cohorts" ` , we need a summary measure of the degree to which the labels overlap with
132132 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