Skip to content

Commit 81c37fd

Browse files
committed
fix examples
1 parent 6bcded3 commit 81c37fd

File tree

2 files changed

+100
-89
lines changed

2 files changed

+100
-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)