You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
array.to_hdf5 accepts a compute keyword implicitly by passing it along to store (which handles it correctly), but array.to_hdf5 does not handle that correctly. It should accept it explicitly and return a single delayed() object in that case.
array.to_hdf5accepts a compute keyword implicitly by passing it along tostore(which handles it correctly), butarray.to_hdf5does not handle that correctly. It should accept it explicitly and return a singledelayed()object in that case.