Closed yuyang-huang closed 6 years ago
Group.create_dataset()
data
h5py.Dataset
__contains__
Group
This PR will resolve #7 and .__contains__() in #5.
.__contains__()
Group.create_dataset()
, test ifdata
is a scipy sparse matrix. If not, forward the arguments to h5py and returnh5py.Dataset
.__contains__
toGroup
.