Skip to content

Commit 16a5485

Browse files
committed
reput so
1 parent d723e56 commit 16a5485

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activestorage/netcdf_to_zarr.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ def gen_json(file_url, varname, outf, storage_type, storage_options):
100100
"secret": S3_SECRET_KEY,
101101
"client_kwargs": {'endpoint_url': S3_URL}}
102102
h5chunks = SingleHdf5ToZarr(s3file, file_url,
103-
inline_threshold=0)
104-
# storage_options=storage_options)
103+
inline_threshold=0),
104+
storage_options=storage_options)
105105

106106
# TODO absolute crap, this needs to go
107107
bryan_bucket = False

0 commit comments

Comments
 (0)