Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Aug 07, 2018
  2. Aug 06, 2018
  3. Aug 01, 2018
  4. Jul 25, 2018
  5. Jul 23, 2018
    • Gemma Guest's avatar
      Skip validation for workspace groups · 63e08906
      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
      63e08906
    • Gemma Guest's avatar
      Fix validateInputs crash on workspace group · 9be3cb1b
      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
      9be3cb1b
Loading