Ticket #2408 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

Multiply: Does not handle commutativity quite right?

Reported by: Janik Zikovsky Owned by: Janik Zikovsky
Priority: major Milestone: Iteration 27
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Owen Arnold

Description

double*EventWorkspace fails while EventWorkspace*double works.

Change History

comment:1 Changed 10 years ago by Janik Zikovsky

  • Status changed from new to accepted

comment:2 Changed 10 years ago by Janik Zikovsky

(In [9474]) Refs #2408: Multiply now correctly handles commutativity with EventWorkspaces. Tests made significantly more robust.

comment:3 Changed 10 years ago by Janik Zikovsky

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

Tests run successfully and tried it in the gui and in scripting.

comment:4 Changed 10 years ago by Owen Arnold

  • Status changed from verify to verifying
  • Tester set to Owen Arnold

comment:5 Changed 10 years ago by Owen Arnold

  • Status changed from verifying to closed

Verified that multiply operation is commutative.

a = mtdeventws? b = 2*a c = a*2

On inspection of results. Multiplication seems to have been applied correctly. Also b == c.

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3255

Note: See TracTickets for help on using tickets.