Ticket #2025 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

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:1 Changed 10 years ago by Martyn Gigg

(In [7907]) Update the WorkspaceProxy in python to give sensible names to workspace binary operations. Re #2025

comment:2 Changed 10 years ago by Martyn Gigg

  • Status changed from new to accepted

comment:3 Changed 10 years ago by Martyn Gigg

(In [7915]) Polised up the binary operators in Python so that they are now all controlled from the same place. Also killed another ticket by ensuring that when the binary op algorithms are run that they are run as top-level algorithms so that they log their behaviour. Re #2025 Re #1713

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

comment:6 Changed 10 years ago by Michael Whitty

  • Status changed from verifying to closed

works for all the binary operations.

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 2872

Note: See TracTickets for help on using tickets.