File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -328,9 +328,9 @@ def __post_init__(self) -> None:
328
328
has been removed.
329
329
Please load this array's data manually using `.compute` or `.load`.
330
330
To intentionally avoid eager loading, either (1) specify
331
- `.groupby({ self .group .name } =UniqueGrouper(labels=...), eagerly_load_group=False )`
332
- or (2) pass explicit bin edges using or `.groupby( { self . group . name } =BinGrouper( bins=...),
333
- eagerly_load_group=False )`; as appropriate."""
331
+ `.groupby({ self .group .name } =UniqueGrouper(labels=...))`
332
+ or (2) pass explicit bin edges using `` bins`` or
333
+ `.groupby( { self . group . name } =BinGrouper(bins=...) )`; as appropriate."""
334
334
)
335
335
336
336
if not isinstance (self .group , _DummyGroup ) and is_chunked_array (
You can’t perform that action at this time.
0 commit comments