Skip to content

Introduce LazyColumn to avoid MemoryError

Mattia Mancini requested to merge fix_memory_error into master

Reading all the data in one go can result in a memory error. to avoid this I have created a LazyColumn class that behaves like a numpy array regarding the method used to create an HDF5 inspect dataset.

Merge request reports