HDFGroup / h5pyd

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

hsload passes 'nodata' keyword argument to load_file by mistake? #80

Closed wilsonjm9 closed 4 years ago

wilsonjm9 commented 4 years ago

The hsload command line application calls the load_file method found in utillib.py, however, when it calls that function, the 'nodata' keyword argument is passed to it, but load_file does not have that as a valid keyword argument.

jreadey commented 4 years ago

The above checkin should fix this - thanks creating the issue!