Ticket #10547 (new)
WorkspaceGroups passed into validateInputs problem.
Reported by: | Ross Whitfield | Owned by: | Peter Peterson |
---|---|---|---|
Priority: | minor | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Continuing from ticket #10438.
MantidPlot will not show the algorithm as complete if a workspace in a workspaceGroup fails the inputValidator. MantidPlot also can not shutdown.
Example code, run in MantidPlot, ws2 fails the inputValidator for SavePDFgui:
ws1=Load('nom_gr.nxs') ws2=Load('CNCS_7860') group=GroupWorkspaces((ws1,ws2)) SavePDFGui(group,'/dev/null')
Change History
Note: See
TracTickets for help on using
tickets.
I've added this in a list of outstanding WorkspaceGroup issues (unscripted testing - #6408). There seems to be a number of issues that can affect algorithms that run on workspace groups.