Actions
Bug #958
openWhen executing a StepGroup, only load required datasets and scalars
Status:
In Progress
Priority:
Normal
Assignee:
Category:
monarch - general bugs
Target version:
Start date:
01/22/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
958
Description
In each version of generateInputCode (there's one for each script language),
only generate code to load the data sets that are actually used by the current
StepGroup. Right now all datasets input to the pipeline are loaded for each
StepGroup.
Note that this is done correctly for the Scalar inputs in the Matlab plugin,
but this breaks the MatlabPluginTest of generateInputCode, as there is no
StepGroup setup in the test.
Actions