mantidproject / mantid

Main repository for Mantid code
https://www.mantidproject.org
GNU General Public License v3.0
210 stars 121 forks source link

Manual Testing Sliceviewer #34959

Closed sf1919 closed 1 year ago

sf1919 commented 1 year ago

You have been assigned manual testing. The hope is to catch as many problems with the code before release, so it would be great if you can take some time to give a serious test to your assigned area. Thank you!!

The general guide to manual testing:

Specific Notes:

https://developer.mantidproject.org/Testing/SliceViewer/SliceViewer.html

RichardWaiteSTFC commented 1 year ago

Doc changes to manual testing:

Basic Usage:

MD Workspaces:

Cutviewer:

RichardWaiteSTFC commented 1 year ago

Issues found that were not regressions (also found in last manual testing):

RichardWaiteSTFC commented 1 year ago

Issues to fix this release:

Other minor issues:

ws = CreateMDWorkspace(Dimensions='3', Extents='-3,3,-3,3,-3,3',
                   Names='H,K,L', Units='r.l.u.,r.l.u.,r.l.u.',
                   Frames='HKL,HKL,HKL',
                   SplitInto='2', SplitThreshold='10')
FakeMDEventData(InputWorkspace=ws, UniformParams='1e2') # 4D data
BinMD(InputWorkspace=ws, AxisAligned=False,
    BasisVector0='[00L],r.l.u.,0,0,1',
    BasisVector1='[HH0],r.l.u.,1,1,0',
    BasisVector2='[-HH0],r.l.u.,-1,1,0',
    OutputExtents='-4,4,-4,4,-1,1',
    OutputBins='5,5,5', OutputWorkspace='ws_histo', NormalizeBasisVectors=False)
DeleteWorkspace(ws)

Produced a bug that may be the same as above (#35000)

RichardWaiteSTFC commented 1 year ago

Issue found during core testing #34997

RichardWaiteSTFC commented 1 year ago

All issues raised