import h5py.highlevel is deprecated, use import h5py instead

This commit is contained in:
Ogi Moore 2019-11-20 21:22:31 -08:00
parent a8529e48f3
commit 477feb777b

View File

@ -20,7 +20,7 @@ from ..python2_3 import basestring
## This can be overridden by setting USE_HDF5 = False
USE_HDF5 = True
try:
import h5py.highlevel
import h5py
HAVE_HDF5 = True
except:
USE_HDF5 = False