Ticket #9683 (closed: fixed)

Opened 6 years ago

Last modified 5 years ago

Mantid crash: Showing details of MaskWorkspaces

Reported by: Nick Draper Owned by: Roman Tolchenov
Priority: blocker Milestone: Release 3.2
Component: GUI Keywords:
Cc: Blocked By:
Blocking: Tester: Martyn Gigg

Description

If you click the arrow next to the workspace wsOut after running this script - crash!

import numpy as np

ws=CreateSampleWorkspace()
AddSampleLog(ws,"goodfrm","10","Number")
noisyY =  np.array(ws.readY(0))
noisyY[0]=1e20
ws.setY(50,noisyY)
CreatePSDBleedMask(InputWorkspace='ws', OutputWorkspace='wsOut', MaxTubeFramerate=10, NIgnoredCentralPixels=2)

Change History

comment:1 Changed 6 years ago by Martyn Gigg

  • Status changed from new to assigned

comment:2 Changed 6 years ago by Roman Tolchenov

  • Status changed from assigned to inprogress

Re #9683. Update m_hasInstrument var in MaskWorkspace to prevent crash

Changeset: da039bdc8167c8753b5ab7c170d7b6651bff33aa

comment:3 Changed 6 years ago by Roman Tolchenov

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

comment:4 Changed 6 years ago by Martyn Gigg

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

comment:5 Changed 6 years ago by Martyn Gigg

  • Status changed from verifying to closed

Merge remote-tracking branch 'origin/bugfix/9683_crash_showing_details_of_maskworkspaces'

Full changeset: 60bec995fbd4172871d9d4e97d54b0e61030ac7c

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10525

Note: See TracTickets for help on using tickets.