Ticket #7340 (closed: fixed)
Crash when trying to see W matrix
Reported by: | Andrei Savici | Owned by: | Nick Draper |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.6 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
Create an MD workspace, with a 3D momentum, i.e.
Load(Filename='CNCS_7860_event.nxs',OutputWorkspace='CNCS_7860_event') SetGoniometer(Workspace='CNCS_7860_event',Axis0='30,0,1,0,1') SetUB(Workspace='CNCS_7860_event',a='10',b='10',c='10',u='0,0,1',v='1,0,0') ConvertToMD(InputWorkspace='CNCS_7860_event',OutputWorkspace='md1',QDimensions='Q3D',dEAnalysisMode='Elastic',QConversionScales='HKL',MinValues='-3,-3,-3',MaxValues='3,3,3')
Then in MantidPlot, right click, show SampleLogs, then click on W matrix. MantidPlot will crash
Change History
comment:1 Changed 7 years ago by Nick Draper
- Status changed from new to accepted
- Owner changed from Alex Buts to Nick Draper
comment:2 Changed 7 years ago by Nick Draper
refs #7340 Allowed vector types to be seen
in log view of mantiplot
Changeset: bb29a20c5a693e0543f84eebdb07413e583797ac
comment:3 Changed 7 years ago by Nick Draper
re #7340 Allowed array properties to display as multi row tables
Changeset: 219355a7d800267a0fcdfa5b3b99c1e72b50885d
comment:4 Changed 7 years ago by Nick Draper
- Status changed from accepted to verify
- Resolution set to fixed
Test with the script above.
comment:5 Changed 7 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
Note: See
TracTickets for help on using
tickets.