@mikekryjak noticed an issue that h5py from pypi does not work if netCDF4 is loaded. Thus we should not import netCDF4 automatically. The issue is likely that then two different hdf5 libraries are loaded, which causes conflicts.
@mikekryjak noticed an issue that h5py from pypi does not work if netCDF4 is loaded.
Thus we should not import netCDF4 automatically.
The issue is likely that then two different hdf5 libraries are loaded, which causes conflicts.