This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 10 Jun, 2020 2 commits
-
-
Conor Finn authored
A lot of the ILL tests were using the appendDataSearchSubDir method in the setup functions. This was resulting in many directories being added to the config service as the tests ran. They have now been moved to the setUpClass functions or constructors so they are only added once. RE #28499
-
Conor Finn authored
RE #28499
-
- 04 Jun, 2020 1 commit
-
-
Du Rong authored
-
- 03 Jun, 2020 1 commit
-
-
Du Rong authored
-
- 02 Jun, 2020 4 commits
- 28 May, 2020 1 commit
-
-
Gagik Vardanyan authored
-
- 26 May, 2020 2 commits
- 22 May, 2020 2 commits
-
-
Danny Hindson authored
Update file headers to use correct year in copyright statement Add progress reporting to the AddAbsorptionWeightedPathLengths algorithm Remove commented out line from AddAbsorptionWeightedPathLengths.cpp
-
Stephen authored
-
- 21 May, 2020 2 commits
-
-
Danny Hindson authored
-
Stephen authored
This commit responds to the code review comments: - Extract constant strings which are used multiple times into const string variables - Throw immediately if multi period. - Remove unclear call to getProperty("OutputWorkspace) in LoadMuonNexusV2 - Remove unnecessary includes and in doing so create forward declarations for TableWorkspace and Workspace2D - Use std::move for string and workspace copying. - Remove unnecessary pointer casting, which will be dealt with by the compiler.
-
- 20 May, 2020 1 commit
-
-
Du Rong authored
-
- 19 May, 2020 2 commits
-
-
Stephen authored
This commit creates a RAII structure to encapsulate the omp_set_num_threads_call. This is necessary to restore the default number of threads once the algorithm has finished. This also adds a unit test to ensure the max threads is restored after the algorithm is executed.
-
Stephen authored
-
- 18 May, 2020 21 commits
-
-
Stephen authored
-
Stephen authored
-
Stephen authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
remove the use of a vector of bools
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
applied automatically for ISIS data Unfiltered data can be accessed using the Unfiltered() method Although this will also remove the filtering for perio and running status
-
Nick Draper authored
Adds warning to log for any invalid data. Nothing is stored yet. Includes a basic unit test using an editted file
-
Stephen authored
-
- 13 May, 2020 1 commit
-
-
Stephen authored
This commit adds time correction to the Muon loader. As the histogram data was loaded using the LoadISISNexus algorithm the time zero needed to be applied afterwards.
-