Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
VBC 5
-
8.2 Pipeline Integration
Description
When loading from H5 files to the ViewModel objects, for every attribute (there is a for in load_into at line 124 in _h5core.py) we retrieve all the metadata (line 137), which is inefficient. All metadata should be retrieved only once.