Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark authored Nov 5, 2023
1 parent 895bc5e commit 511ced2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ for partition in range(partitions):
ds.partition.write(store, partitions, partition_dims, partition)
```

The `partition_dims` describe the dimensions over which to partition the
dataset; if chunks exist along dimensions that are not among the partition
dimensions, then they will all be grouped together. If you are not particular
about this, simply using `ds.dims` will also work out of the box.
`partition_dims` describes the dimensions over which to partition the dataset;
if chunks exist along dimensions that are not among the partition dimensions,
then they will all be grouped together. If you are not particular about this,
simply using `ds.dims` will also work out of the box.

### Parallelization using `multiprocessing`

Expand Down

0 comments on commit 511ced2

Please sign in to comment.