This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Apr 27, 2018
-
-
Verena Reimund authored
- and precise release notes - and add a draft usage example Refs #22197
-
- Apr 26, 2018
-
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
- added test to compare if input workspaces get modified when running Stitch1D. Unfortunately this is the case for point and binned data. Refs #22197
-
Verena Reimund authored
- with and without dx - sort & join - scaling factor Refs #22197
-
- Apr 25, 2018
-
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
Refs #22197
-
- Apr 24, 2018
-
-
Verena Reimund authored
- new method scaleWorkspace which reinserts Dx values for point data - deleted MantidDataObjects/WorkspaceSingleValue.h from Multiply and Divide - introduced new class variables m_scaleFactor and m_errorScaleFactor; those values will now be initialised by 1.0 (the default value) and not 0.0 as before. - deleted unused tool-tip texts (Optional.) - ConjoinXRuns output workspace property is a Workspace and not a MatrixWorkspace -> dynamic pointer cast - unit tests for histograms pass - MantidPlot executes for point data example from unit test - unit test for point data fails (SortXAxis, Python algorithm, not registered!) Refs #22197
-
- Apr 17, 2018
-
-
Verena Reimund authored
Refs #22197
-
- Apr 16, 2018
-
-
Gagik Vardanyan authored
-
- Apr 13, 2018
-
-
Verena Reimund authored
- put each declaration of a variable in a single line - using const auto & to get x, y, e, dx - directly set the size and xerrors in setPointStandardDeviations Refs #22218
-
Verena Reimund authored
Refs #22197
-
- Apr 12, 2018
-
-
Verena Reimund authored
- shorter tests by using std::vector equality check capacity - add test for !hasDx capability Refs #22218
-
Edward Brown authored
(cherry picked from commit 37621330)
-
Edward Brown authored
(cherry picked from commit da3f0d8f)
-
Edward Brown authored
(cherry picked from commit a2fca669)
-
Edward Brown authored
(cherry picked from commit 08b308ba)
-
reimundILL authored
-
reimundILL authored
-
Verena Reimund authored
Refs #22218
-
- Apr 11, 2018
-
-
Verena Reimund authored
Refs #22218
-
Verena Reimund authored
Refs #22218
-
Verena Reimund authored
Refs #22218
-
Verena Reimund authored
- in WorkspaceCreationHelper: do not overload create2DWorkspaceBinned but use new method create2DWorkspaceNonUniformlyBinned Refs #22218
-
Verena Reimund authored
- documentation modified (description, usage exmple) - clang - performance test ConjoinXRunsTest (<6 sec with dx, without dx it would be 0.1 sec faster) - fix ConjoinXRuns (bracket did not close correcly) - add unit test without dx values in ConjoinXRuns (all other tests run with dx) Refs #22218
-
Verena Reimund authored
I could have added something like Counts counts{{4, 9, 16}}; Points points{{0.4, 0.9, 1.1}}; ws6->setHistogram(3, points, counts); for (auto i = 0; i < 5; i++) { // modify all 5 spectra in terms of Dx ws6->setPointStandardDeviations(i, 3); auto dx = Mantid::Kernel::make_cow<HistogramDx>(3, 8.8); ws6->setSharedDx(i, dx); } But the current solution seems to be easier since I do not want to check Dx again here; if algorithm executed and did not throw is enough to test (->RunCombinationHelper). Refs #22218
-
- Apr 10, 2018
-
-
Verena Reimund authored
- now 90 percent of the ConjoinXRunsTest pass Refs #22218
-
Verena Reimund authored
- I thought .rawData() is only for histogram internal use - ConjoinXRunsTest passes now, but dx is switched off Refs #22218
-
- Apr 06, 2018
-
-
Verena Reimund authored
- Two unit tests are failing for me: ConjoinXRunsTest and MergeRunsTest (different values event workspace??) Refs #22218
-
Verena Reimund authored
Refs #22218
-
- Apr 05, 2018
-
-
Verena Reimund authored
Refs #22218
-
Verena Reimund authored
Refs #22218
-
Verena Reimund authored
Refs #22218
-
Verena Reimund authored
- unit test passes since use of dx uncommented Refs #22218
-
Nick Draper authored
-
Verena Reimund authored
- CopyInstrumentParametersTest.h included WorkspaceCreationHelperTest.h -> resolved this situation and could delete unused includes Refs #22218
-
- Apr 04, 2018
-
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
Karl Palmen authored
Signed-off-by:
Karl Palmen <karl.palmen@stfc.ac.uk>
-
- Apr 03, 2018
-
-
Nick Draper authored
-