Ticket #2273 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

ConvertUnits - Use getRecursive for Efixed Property

Reported by: Michael Whitty Owned by: Michael Whitty
Priority: minor Milestone: Iteration 27
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Andrei Savici

Description

Currently, when trying to retrieve an Efixed value for Indirect geometry in convertViaTOF the algorithm uses get() on the ParameterMap. This contrasts with the sensible behaviour, demonstrated in say CorrectKiKf, where getNumberParameter() is used on the component, which in the background is calling getRecursive() on the parameter map.

Change this.

I've typed more in this ticket than the changes to the code will amount to...

Change History

comment:1 Changed 10 years ago by Michael Whitty

  • Status changed from new to accepted

comment:2 Changed 10 years ago by Michael Whitty

  • Status changed from accepted to verify
  • Resolution set to fixed

(In [8903]) fixes #2273 - convertunits gathering of efixed value for emode=Indirect

comment:3 Changed 10 years ago by Andrei Savici

  • Status changed from verify to verifying
  • Tester set to Andrei Savici

comment:4 Changed 10 years ago by Andrei Savici

  • Status changed from verifying to closed

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3120

Note: See TracTickets for help on using tickets.