Ticket #4630: group-operations.py

File group-operations.py, 258 bytes (added by Russell Taylor, 9 years ago)

A script that demonstrates the problem

Line 
1Load(Filename='/home/tr9/svn-mantid/Test/Data/SystemTests/POLREF00003014.raw',OutputWorkspace='POLREF00003014')
2S=mtd['POLREF00003014'] # Scan type workspace with 22 entries
3T=mtd['POLREF00003014']
4
5M=S-T                   # Works
6M=S+T # doesn't create a workspace group
7