This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Aug 17, 2018
-
-
Gigg, Martyn Anthony authored
-
- Aug 09, 2018
-
-
Martyn Gigg authored
Refs #22554
-
- Aug 08, 2018
-
-
- Aug 06, 2018
-
-
LamarMoore authored
Update to clang-format-5 and reformat the codebase
-
- Aug 03, 2018
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- Aug 02, 2018
-
-
Lynch, Vickie authored
-
Lynch, Vickie authored
-
- Aug 01, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
-
- Jul 31, 2018
-
-
T Jubb authored
-
- Jul 26, 2018
-
-
Samuel Jackson authored
-
- Jul 25, 2018
-
-
Samuel Jackson authored
-
Samuel Jackson authored
-
- Jul 23, 2018
-
-
Gemma Guest authored
This commit removes the validation error for workspace groups which results in an error shown on the GUI. Instead validation is skipped for group workspace inputs to the efficiencies workspace property. The reason for this is that validateInputs is not called when the algorithm is run from a script. Therefore we get the same behaviour from the gui and the script, where the algorithm will be called on each member of the group initially. This could be improved further but is out of scope of this PR. Re #23061
-
Gemma Guest authored
This fix adds a guard against workspace groups in the PolarizationCorrectionWildes algorithm's validateInputs. The algorithm dialog lets you select a workspace group if all of its members are valid matrix workspaces; however, a group is not valid input for this property. Re #23061
-
Anthony Lim authored
-
Anthony Lim authored
-
- Jul 18, 2018
-
-
Gemma Guest authored
Re #22933
-
T Jubb authored
-
Roman Tolchenov authored
Re #22997
-
Gemma Guest authored
This commit adds a temporary fix for an unhandled exception in validateInputs. The exception occurs when opening AlgorithmDialog on a group workspace. This first calls validateInputs on the group for the dialog, before calling it on the individual workspaces when executing the algorithm. Workspace groups are not currently handled. Adding full validation for groups is beyond this PR so this fix just skips validation rather than throwing the exception. Re #22933
-
- Jul 17, 2018
-
-
Savici, Andrei T. authored
-
- Jul 16, 2018