Skip to content

Commit 69a126c

Browse files
authored
Merge pull request #5 from data-exp-lab/fix_readme
Fix readme, add docstrings
2 parents 60ad9fd + 4b64351 commit 69a126c

File tree

3 files changed

+155
-89
lines changed

3 files changed

+155
-89
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To run the downsampling,
5454
```python
5555
field_to_downsample = "field1"
5656
max_levels = 10
57-
ds.downsample(max_levels, zarr_file, field_to_downsample)
57+
ds.downsample(max_levels, field_to_downsample)
5858
```
5959

6060
Downsampling will only proceed until a layer is created with a single chunk of

0 commit comments

Comments
 (0)