Fixed bug in reading Tables directly from h5py objects
This PR fixes a bug introduced by #378 whereby reading directly from h5py objects would raise a ValueError
. This includes a unittest to guard against regression.
This PR fixes a bug introduced by #378 whereby reading directly from h5py objects would raise a ValueError
. This includes a unittest to guard against regression.