Skip to content

Commit 8bc8ce2

Browse files
author
Luke Shaw
committed
Reformatting example for b2-hdf5
1 parent 9e6b7e2 commit 8bc8ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/blosc2_hdf5_compression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
d = dset.dtype
6969
del dset
7070

71-
# Write to .h5 file
71+
# Write to .h5 file #
7272
with h5py.File(fname_out, "w") as fw:
7373
g = fw.create_group("/data")
7474
b2comp = hdf5plugin.Blosc2() # just for identification, no compression algorithm specified

0 commit comments

Comments
 (0)