Ticket #8007 (assigned)
Problems with WorkspaceGroup handling in live data algorithms
Reported by: | Russell Taylor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | LiveData |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
For example, having the following script as the Processing Step:
out1 = CloneWorkspace(input) out2 = CloneWorkspace(input) GroupWorkspaces('out1,out2',OutputWorkspace=output)
along with no post-processing gives the following error on the second time around:
Error in execution of algorithm MonitorLiveData:
Enter a name for the Input/InOut workspace
If I add a post-processing algorithm (e.g. ScaleX), I see the following error in the log (though it doesn't stop things):
MonitorLiveData started
Error storing output workspace in AnalysisDataService
Error in execution of algorithm StartLiveData:
WorkspaceProperty doesn't point to a workspace
Loading live data chunk 0 at 21:01:11
These were found while testing #7019, but were pre-existing problems.
Bulk move to assigned at the introduction of the triage step