Ticket #2025 (closed: fixed)
Alter naming of outputs from workspace binary operations in Python
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 26 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Whitty |
Description
Our naming of outputs from binary operations on workspaces is not great. Python's byte code can be analysed to retrieve the name of the variable being assigned to. Use this to set the correct name of the output workspace
Change History
comment:4 Changed 10 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 10 years ago by Michael Whitty
- Status changed from verify to verifying
- Tester set to Michael Whitty
Note: See
TracTickets for help on using
tickets.
(In [7907]) Update the WorkspaceProxy in python to give sensible names to workspace binary operations. Re #2025