Michael Walsh
Michael Walsh
## Proposed changes In reference to issue: https://github.com/QMCPACK/qmcpack/issues/3862 Continuation of this PR: https://github.com/QMCPACK/qmcpack/pull/3994 Allows the rebase action to reapprove pr after autorebase is complete. It approves specifically the SHA it...
**Description of work.** Legacy sensitivity file loading causes Mantid to crash with out clear error message, this has be found to be caused by attempting to read pulse information from...
**Is your feature request related to a problem? Please describe.** The packages(docker images) used for ci should be prepended with the prefix 'ci-' to help prevent confusion if someone stumbles...
### Description of work Using get GetDetectorOffsets causes a segfault if you pass it a mask that has been loaded from disk. [Specifically this line](https://github.com/mantidproject/mantid/blob/fa6ad79a41d3af1147c6788ed8fd36a4e30cfecd/Framework/Algorithms/src/GetDetectorOffsets.cpp#L196) This is because the implementation...