mantid
mantid copied to clipboard
Main repository for Mantid code
**Describe the bug** `ConvertUnits` completely fails to convert units on some user-created workspaces via `CreateWorkspace` algorithm. The Y-axis is filled with zeros, and the X axis values are not recalculated,...
**Describe the bug** Show Data on a workspace no longer shows the values until a column is resized. See screenshot **To Reproduce** 1. Load any data 2. Click show data...
**Describe the bug** Mantid crashes when fitting Gaussian peaks for a multisite CrystalField object. With the default peak shape, Lorentzian, this problem does not occur. **To Reproduce** Tun the following...
Create a group workspace Run UnGroupWorkspace on it The resulting workspace(s) don't show the run of UnGroupWorkspace in their history ``` # import mantid algorithms, numpy and matplotlib from mantid.simpleapi...
**Describe the outcome that is desired.** **Describe any solutions you are considering** As discussed in #33408 the `RebinnedOutput` workspaces have a few subtle details which are scattered around the documentation...
**Describe the bug** A user has reported a hard crash in Mantid when the constraint provided for a fitting function is invalid. There is no error message associated with this...
**Description of work.** This PR implements a proposed fix to the issue related to masked bins flag never being reset, even if masked bins were cropped away from the workspace....
**Describe the bug** A user has reported that after cropping out all masked bins, rebin crashes. When CropWorkspace is used to crop off all masked bins in a workspace, it...
**Description of work.** This PR fixes some more cppcheck warnings. **To test:** Code review #### Reviewer #### Please comment on the following ([full description](http://developer.mantidproject.org/ReviewingAPullRequest.html)): ##### Code Review ##### - Is...
As part of #31069, some additional steps are required in the main ISIS reflectometry workflow algorithm and batch processing functionality on the GUI to support 2D detectors, namely a calibration...