Skip to content

Commit

Permalink
Merge pull request #5 from data-exp-lab/fix_readme
Browse files Browse the repository at this point in the history
Fix readme, add docstrings
  • Loading branch information
chrishavlin authored Oct 2, 2024
2 parents 60ad9fd + 4b64351 commit 69a126c
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 89 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ To run the downsampling,
```python
field_to_downsample = "field1"
max_levels = 10
ds.downsample(max_levels, zarr_file, field_to_downsample)
ds.downsample(max_levels, field_to_downsample)
```

Downsampling will only proceed until a layer is created with a single chunk of
Expand Down
Loading

0 comments on commit 69a126c

Please sign in to comment.