This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 22 Sep, 2021 12 commits
-
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Check for the new preprocess algorithm rather than the load algorithm directly. Also we no longer have rename in the history because we are only naming the algorithm at the last moment before putting it into the ads with the correct name Re #32125
-
David Fairbrother authored
Adds the missing property which exists in PreProcess to LoadAndProcess. Re #32125
-
David Fairbrother authored
Return monitors when loading in the preprocess algorithm. Re #32125
-
David Fairbrother authored
Switches to the new preprocess algorithm instead of loading directly. Doesn't implement monitor handling currently. Re #32125
-
Gemma Guest authored
Previously it was calling other algorithms directly which will not play well with the history Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Re #32125
-
Gemma Guest authored
Add outline algorithm and tests Re #32125
-
Gigg, Martyn Anthony authored
Support kwargs in create child algorithm
-
- 21 Sep, 2021 28 commits
-
-
mantid-builder authored
-
Jose Borreguero authored
Define the alias.deprecated type of warning
-
Savici, Andrei T authored
Deprecated alias dev build
-
Jose Borreguero authored
Signed-off-by:
Jose Borreguero <borreguero@gmail.com>
-
Gemma Guest authored
ILL loaders cleanup
-
Peterson, Peter authored
-
Co-authored-by:
Pete Peterson <peterfpeterson@gmail.com>
-
-
-
-
-
-
-
-
-
-
Whitfield, Ross authored
patch for absorption correction
-
Whitfield, Ross authored
-
Gemma Guest authored
Previously we supported passing lists of ints but they will be cast to double eventually anyway
-
Gemma Guest authored
-
David Fairbrother authored
Rejects a duplicated kwargs and arg, as boost used to handle this before we took over parsing manually using raw functions. Now we will explicitly check for this, and throw a invalid_exception (we couldn't find something for a TypeError though, so there is a potential future improvement)
-
David Fairbrother authored
Workspace types were not accepted, this is particularly noticable in Fit functions. Using the already-existing Workspace registry we can trivially add a conversion that covers all of these types
-
Gemma Guest authored
We pass the correct type of size_t to raw_function but internally it then uses it as an int, giving a compiler warning we can do nothing about
-
Gemma Guest authored
-
Gemma Guest authored
-
Gemma Guest authored
-
David Fairbrother authored
-
David Fairbrother authored
Ports IFunctionAdaptor to use the same adaptor whilst preserving the same input limitations.
-