Ticket #3435 (closed: fixed)
BinaryOperation fails for (event workspace, single col) ops with masked bins
Reported by: | Mathieu Doucet | Owned by: | Mathieu Doucet |
---|---|---|---|
Priority: | major | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Michael Reuter |
Description
For example Divide(ws1, ws2, ws1) where ws1 is an event workspace and ws2 is a single column workspace will fail if there are masked spectra in ws1.
The problem is with propagateSpectraMask which doesn't mask spectra properly.
Change History
comment:2 Changed 9 years ago by Mathieu Doucet
- Status changed from accepted to verify
- Resolution set to fixed
In [13537]:
comment:3 Changed 9 years ago by Michael Reuter
- Status changed from verify to verifying
- Tester set to Michael Reuter
Note: See
TracTickets for help on using
tickets.