Ticket #6104 (closed: fixed)
Python binary operations with groups leave temp workspaces around
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.4 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
Running the script below leaves the temporary workspaces from the Python binary operations around in the ADS. Doing the same with a file that does not load a WorkspaceGroup is fine however.
Load(Filename='CSP78173.raw',OutputWorkspace="test") w1=(mtd['test']*0.0)+1.0 print mtd.getObjectNames()
Change History
comment:1 Changed 8 years ago by Martyn Gigg
- Status changed from new to accepted
- Owner set to Martyn Gigg
comment:2 Changed 8 years ago by Martyn Gigg
Clear up tmp python binary ops with groups. Refs #6104
Changeset: 6bde42c5e302ad5409a41d72d0871573d7607718
comment:3 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:4 Changed 8 years ago by Martyn Gigg
Clear up tmp python binary ops with groups. Refs #6104
Changeset: 6bde42c5e302ad5409a41d72d0871573d7607718
Note: See
TracTickets for help on using
tickets.