Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
madsbk committed Aug 25, 2023
1 parent 14094a7 commit bf0fa03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/examples/zarr_cupy_nvcomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def main(path):
# Normally, we cannot assume that GPU and CPU compressors are compatible.
# E.g., `open_cupy_array()` uses nvCOMP's Snappy GPU compression by default,
# which, as far as we know, isn’t compatible with any CPU compressor. Thus,
# lets re-write our Zarr array using a CPU and GPU compatible compressor.
# let's re-write our Zarr array using a CPU and GPU compatible compressor.
z = kvikio.zarr.open_cupy_array(
store=path,
mode="w",
Expand Down

0 comments on commit bf0fa03

Please sign in to comment.