Ticket #6551 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

CentroidPeaks crash

Reported by: Owen Arnold Owned by: Vickie Lynch
Priority: blocker Milestone: Release 2.5
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Shelly Ren

Description

Here are the steps

  • Open the SXD file from our System Test Directory SXD23767.raw
  • ConvertToMD/ConvertToDiffractionMDWorkspace
  • FindPeaksMD
  • CentroidPeaks -> CRASH

Change History

comment:1 Changed 8 years ago by Vickie Lynch

  • Status changed from new to accepted

comment:2 Changed 8 years ago by Vickie Lynch

Refs #6551 added check for bankName of None

Changeset: 212b589403f8d963b7a2da92982456af06a2f670

comment:3 Changed 8 years ago by Vickie Lynch

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

This script would segFault before change:

ws = "SXD23767"
filename = "~/SysTests/Data/"+ws+".raw"
Load(Filename=filename,OutputWorkspace=ws)
# Convert to Q space
ConvertToDiffractionMDWorkspace(InputWorkspace=ws,OutputWorkspace=ws+'_MD2',LorentzCorrection='1',
        OutputDimensions='Q (lab frame)', SplitInto='2',SplitThreshold='150')
# Find peaks
FindPeaksMD(InputWorkspace=ws+'_MD2',MaxPeaks='100',OutputWorkspace=ws+'_peaksLattice')
CentroidPeaks(InPeaksWorkspace='SXD23767_peaksLattice',InputWorkspace='SXD23767',OutPeaksWorkspace='SXD23767_peaksLattice_Centroid')


comment:4 Changed 8 years ago by Shelly Ren

  • Status changed from verify to verifying
  • Tester set to Shelly Ren

comment:5 Changed 8 years ago by Shelly Ren

  • Status changed from verifying to closed

Downloaded SXD23767.raw from the system test repository, used the script to load the file, ran ConvertToDiffractionMDWorkspace() and findPeaksMD(), CentroidPeaks() didn't crash.

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7397

Note: See TracTickets for help on using tickets.