gwastro / ml-mock-data-challenge-1

Code and documentation for the first machine learning focused mock data challenge hosted by the Albert-Einstein-Institut Hannover and the Friedrich-Schiller Universität Jena.
Apache License 2.0
39 stars 16 forks source link

Memory Leak in h5py v.3.4.0 #18

Open pascal-mueller opened 2 years ago

pascal-mueller commented 2 years ago

Hello,

it seems that v3.4.0 of h5py has a memory leak: https://issueexplorer.com/issue/h5py/h5py/1975

Solution: Update to 3.6.0 or downgrade to 3.3.0.

MarlinSchaefer commented 2 years ago

Thanks for finding and reporting this. If anyone else runs into this problem, please try using the suggested solution.