ercius / openNCEM

A collection of packages and tools for electron microscopy data analysis supported by the National Center for Electron Microscopy facility of the Molecular Foundry
GNU General Public License v3.0
60 stars 28 forks source link

Fixes issue where a file handle could be closed even if a memmap is s… #35

Closed ercius closed 3 years ago

ercius commented 3 years ago

…till open.

remove memmap from get_emdgroup and directly return memmap from get_memmap. Write tests.

fixes #31

ercius commented 3 years ago

@sezelt This should fix your issue