Ticket #10547 (new)

Opened 6 years ago

Last modified 5 years ago

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

comment:1 Changed 5 years ago by Federico M Pouzols

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.

comment:2 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 11389

Note: See TracTickets for help on using tickets.