Ticket #3886 (closed: fixed)
CheckWorkspacesMatch does not do the correct thing with groups
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
To reproduce:
- Start MantidPlot
- Increase the log level to information
- Run the following script (the data is in AutoTestData)
x = Load('CSP78173','x').workspace() y = Load('CSP78173','y').workspace() Scale(x,x,2) CheckWorkspacesMatch(x,y)
The results will show that CheckWorkspacesMatch was run with both inputs coming from the first workspace group, i,e [x_1, x_1], [x_2,x_2] etc.
Change History
Note: See
TracTickets for help on using
tickets.
In [15001]: