lkilcher / dolfyn

A library for oceanographic doppler instruments such as Acoustic Doppler Profilers (ADPs, ADCPs) and Acoustic Doppler Velocimeters (ADVs).
BSD 3-Clause "New" or "Revised" License
42 stars 25 forks source link

loading hdf5 file #22

Closed mthiebau closed 5 years ago

mthiebau commented 5 years ago

I'm using Python 2.7 and I have trouble loading a hdf5 file. I get the following error:

File "C:\MT\CODES\PYTHON\dolfyn\dolfyn\io\hdf5.py", line 624, in iter_groups if grp.class is h5.highlevel.Group:

AttributeError: 'module' object has no attribute 'highlevel'

I tried with different versions of Dolfyn but the problem still remains.

lkilcher commented 5 years ago

Resolved by d65c5a4 (and 15df4a2a1aa0025002e53dab86b370f73ab02958 in v0.8).