ErichZimmer / Fluidity

A Python GUI for Digital Particle Image Velocity (DPIV)
GNU General Public License v3.0
6 stars 4 forks source link

Remove need of temporary files #4

Closed ErichZimmer closed 2 years ago

ErichZimmer commented 2 years ago

I found a possible way to get around the pickle issue with h5py. This should get rid of the need of temporary files, but at what cost?

ErichZimmer commented 2 years ago

H5Py reads in parallel, but does not append in parallel.