This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 14, 2020
-
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
- Jan 09, 2020
-
-
Gigg, Martyn Anthony authored
Latest version of pyyaml warns about using pyyaml.load being deprecated without providing a loader. We use a small subset of yaml so loading only basic objects is fine. See https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation for more detail. Refs #16578
-
Gigg, Martyn Anthony authored
Refs #16578
-
Gigg, Martyn Anthony authored
Python 3.8 warnings no using is with literal values Refs #16578
-
- Jan 08, 2020
-
-
Conor Finn authored
-
Conor Finn authored
On windows, the organisation and application must be specified explicitly to work in the tests.
-
Conor Finn authored
For some reason doing this without a type worked fine on my machine, but not on the CI builders.
-
Conor Finn authored
The functionality was the same across calibration and focus.
-
Conor Finn authored
Currently, there is no way to load a CSV file (which is the format that the full calibration is in) into mantid to be used by the GUI. Until that is added, the option to select the full calibration has been hidden from the user. The functionality is there, so once the loading works for large CSVs the hide() call can be removed.
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
Conor Finn authored
-
- Dec 24, 2019
-
-
Gigg, Martyn Anthony authored
Even though the filenames differ to the Python 3 ones Python sees them as the same module and tries to load the Python 2 versions in preference. Refs #16578
-
Gigg, Martyn Anthony authored
Refs #16578
-
- Dec 18, 2019
-
-
Conor Finn authored
The plan for this is to use a separate settings helper to do the work with QSettings so that multiple areas of the code can access these functions rather than having it be imported from the model. This keeps the MVP systems separated from one another.
-
Conor Finn authored
-
- Dec 16, 2019
-
-
Harriet Brown authored
This commit renames the MergeWorkspacesWithLimits algorithm to MatchAndMergeWorkspaces as it better describes the intended usage This commit also adds tests relating to the expanded usage of the MatchAndMergeWorkspaces algorithm Re: #27445
-
Harriet Brown authored
This commit modifies the MergeWorkspacesWithLimits algorithm to be usable outside of the polaris scripts. The changes to the algorithm are as follows: - Fixing the ADSValidator export to python. - The Algorithm can now accept a group workspace, a multi-specta workspace, or a list of workspaces. - The Algorithm can take an input use with MatchSpectra for if the scale or offset should be calculated Re: #27445
-
- Dec 12, 2019
-
-
Martyn Gigg authored
For thin samples the number of sample elements ends up quite high and simulating each wavelength is unrealistic.
-
Conor Finn authored
-
Conor Finn authored
- Remove repeated searching checks - Split test into reasonable chunks - Make rb_num naming consistent
-
Conor Finn authored
-
Conor Finn authored
-
- Dec 11, 2019
-
-
Harriet Brown authored
This commit corrects issues related to the changing property names in MergeWorkspacesWithLimits and TotScatCalculateSelfScattering re: #27445
-
Harriet Brown authored
This commit makes several changes requested during code review including: - Rename CalculateSelfScatteringCorrection to TotScatCalculateSelfScattering - Removing unnecessary __init__ function - Correcting property docstring for CalFileName - Changing CalFileName into a FileProperty re: #27445
-
Conor Finn authored
-
Conor Finn authored
Vanadium output files are now saved to the user directory if an RB number is specifies so that users can have all of the generated data from processing.
-
Conor Finn authored
Focusing now saves as .gss, .nxs, and .dat files.
-
Conor Finn authored
Now using sample instead of a mix of both of these.
-