Ticket #9151 (closed: duplicate)
ConvolveWorkspaces creates arrays with incorrect lengths in some cases
Reported by: | Jose Borreguero | Owned by: | Vickie Lynch |
---|---|---|---|
Priority: | critical | Milestone: | Release 3.2 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Jose Borreguero |
Description
Description: convolution of a histogram workspace and a non-histogram workspace results in a workspace where the difference between the lengths of array-X and array-Y is 2.
For an example, unzip the attached file 'showcase.tar.gz' and run the script in MantidPlot. The convolved workspace has len-X=501 and len-Y=499
Attachments
Change History
Changed 7 years ago by Jose Borreguero
- Attachment showcase.tar.gz added
comment:2 Changed 7 years ago by Vickie Lynch
- Status changed from assigned to verify
- Resolution set to duplicate
Hi Jose, I think this is a duplicate of 9099. Please reopen if this is not true. Your test works for me:
w1: len-X= 501 len-Y= 500 w2: len-X= 7999 len-Y= 7999 wc: len-X= 501 len-Y= 500
comment:3 Changed 7 years ago by Jose Borreguero
- Status changed from verify to verifying
- Tester set to Jose Borreguero
Note: See
TracTickets for help on using
tickets.
case illustrating the problem