HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
110 stars 39 forks source link

hsget: unexpected keyword argument #83

Closed seb5g closed 4 years ago

seb5g commented 4 years ago

Hello, trying to load data from hsds to a local h5file using hsget. hsget makes a call to the utility function load_file but with a keyword argument not recognised by this method: In hsget.py: load_file(fin, fout, verbose=verbose, nodata=nodata) while in load_data signature: def load_file(fin, fout, verbose=False, dataload="ingest", s3path=None, deflate=None,):

I guess the nodata has something to do with the dataload arg but didn't dig too deep! h5pyd version: 0.7.1

seb5g commented 4 years ago

actually this issue is very close to #80

jreadey commented 4 years ago

Thanks for the pointer -- the above commit should fix the problem.