This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 24, 2019
-
-
Gemma Guest authored
Use the output names struct instead of passing members individually. Also tidy some broken comment lines Re #24564
-
Gemma Guest authored
Changed behaviour: - Minor change to some tests to add Debug flag to ensure that IvsLam outputs that are being checked are actually created. For group workspaces this is currently true anyway at the moment but might not be going forward. Add new unit tests: - Check default output names are correct. - Check that user can override default names. - Check both with and without debug outputs. Also fixed ambiguous overload in reflectometry helpers. Re #24564
-
Gemma Guest authored
Make naming of binned workspace more consistent and remove use of unbinned Re #24564
-
Gemma Guest authored
Output names are based on the run number. For a group workspace, use the first child workspace's run number Re #24564
-
- Jan 21, 2019
-
-
Samuel Jackson authored
-
- Jan 18, 2019
-
-
Gigg, Martyn Anthony authored
Input workspace history needs to be copied to output workspaces. In the case of groups, where an output replaces an input, the input history can disappear before we have time to copy it to the output. Refs #24372
-
Antti Soininen authored
The pointer to the last workspace should be declared before the for loop otherwise it will always be a nullptr. Re #0
-
Antti Soininen authored
-
Antti Soininen authored
-
Antti Soininen authored
The test were performing a multiplication instead of addition/ subtraction. Re #0
-
- Jan 17, 2019
-
-
Antti Soininen authored
ConjoinXRuns should not care if the workspaces have same bins, only that they look like blocks. Re #24462
-
- Jan 15, 2019
-
-
Antti Soininen authored
-
Antti Soininen authored
-
Antti Soininen authored
-
Antti Soininen authored
-
Antti Soininen authored
NumbericAxis::createBinBoundaries and BinEdgeAxis::createBinBoundaries both do the expected binning correctly. Re #24492
-
Antti Soininen authored
-
Sam Jenkins authored
-
- Jan 14, 2019
-
-
Antti Soininen authored
-
- Jan 11, 2019
-
-
Antti Soininen authored
We should not ask blocksize while other threads might be swapping the contents of the histograms. Re #24462
-
Antti Soininen authored
Touches some 'obvious' cases where histograms were misused. - Replace copies by references to x, y and e histogram data - Use setSharedX, setSharedY, setSharedE instead of manually copying the values - std::move vector data to histograms - Fix off-by-one errors in SaveReflThreeColumnAsciiTest, SaveReflCustomAsciiTest, SaveANSTOAsciiTest and ISISEnergyTransfer - Fix issues in RefAxisTest Re #24462
-
- Jan 10, 2019
-
-
Peterson, Peter authored
Since there are lots of output workspaces declared on the fly, make sure they are not declared before declaring. The main time this happens is when the "keep dialog open" box is checked in the algorithm dialog. Refs #24461
-
- Jan 09, 2019
-
-
Sam Jenkins authored
-
Sam Jenkins authored
-
- Jan 08, 2019
-
-
Peterson, Peter authored
While helping prepare an article, I ended up deriving the equivalence of delta-d/d = delta-T/T. Since it wasn't a 5-second derivation, it seemed a good thing to add to the user docs.
-
Robert Applin authored
-
Robert Applin authored
-
Robert Applin authored
-
- Jan 07, 2019
-
-
Verena Reimund authored
-
Verena Reimund authored
Refs #23399
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-
Sam Jenkins authored
-