Ticket #3277 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Integration called on an EventWorkspace gives Y=0

Reported by: Mathieu Doucet Owned by: Robert Whitley
Priority: major Milestone: Iteration 30
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Martyn Gigg

Description

Calling Integration on an EventWorkspace that has NOT been Rebinned will create an output workspace that has one X bin of width zero (8.988e+307 to 8.988e+307) and all Y values set to zero.

Change History

comment:1 Changed 9 years ago by Nick Draper

  • Status changed from new to assigned
  • Owner set to Robert Whitley

comment:2 Changed 9 years ago by Robert Whitley

From first look it seems like Integration fails on all EventWorkspaces even if you rebinned it before calling it.

comment:3 Changed 9 years ago by Robert Whitley

In [13799]:

Refs #3277. EventWorkspace no longer outputs as an EventWorkspace after being integrated. Instead it becomes a new MatrixWorkspace. This has, by default, solved the error because we no longer have an execEvent function and is integrated in the exec. Tests have been updated to recognise this. Rebin should now be used instead of integration if the user wishes to output as an EventWorkspace.

comment:4 Changed 9 years ago by Robert Whitley

In [13804]:

Refs #3277. Reverting changes to fix build

comment:5 Changed 9 years ago by Robert Whitley

In [13811]:

Refs #3277. Fixed. Committing original code with updated FindDetectorsOutsideLimitsTest.

comment:6 Changed 9 years ago by Robert Whitley

  • Status changed from assigned to accepted

comment:7 Changed 9 years ago by Robert Whitley

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

comment:8 Changed 9 years ago by Martyn Gigg

  • Status changed from verify to verifying
  • Tester set to Martyn Gigg

comment:9 Changed 9 years ago by Martyn Gigg

  • Status changed from verifying to closed

comment:10 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4124

Note: See TracTickets for help on using tickets.