-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
It receives a dataBlockPath dictionary consisting of keys and Path objects to dataBlock vtk files and a dataBlock dictionary which may/may not have the dataBlocks specified already loaded.
Untested pseudo-code:
def smartLoad(dataBlockPathDict, dataBlockDict, force=False):
for key, path in dataBlockPathDict.items():
if force or key not in dataBlockDict or path != dataBlockDict[key].path:
dataBlockDict[key] = loadDataBlock(path) Metadata
Metadata
Assignees
Labels
No labels