Leonardo Schwarz

Results 31 comments of Leonardo Schwarz

If anyone wants a small example for this bug: (edit actually: https://github.com/h5py/h5py/issues/2453#issuecomment-2225082296 already contains a similar example) ```Dockerfile # Dockerfile FROM python:3.12-bookworm RUN pip install netcdf4==1.7.1.post1 h5py==3.11.0 ``` ```python #...