This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- May 23, 2018
-
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
- Only for non group workspaces, the input validation of UseManualScaleFactors should check if ManualScaleFactors are given. For groups, period scaling will be performed - m_scaleFactorFromPeriod can be initialised by valid and default value - Enable missing point data test Refs #22197
-
Verena Reimund authored
- For executing doStitch1D for GroupWorkspaces, the input vector of matrix workspaces was wrongly setup, they all contain the data from corresponding spectra - Adapted history tests, they are modified since no processGroups. This reveals the recursive call of Stitch1DMany - doxygen - emplace_back Refs #22197
-
- May 22, 2018
-
-
Verena Reimund authored
Refs #22197
-
- May 18, 2018
-
-
Verena Reimund authored
This fixes the reported problem - this checks dx values - replace push_back by emplace_back - cannot use m_inputWSMatrix[i].push_back(inputMatrix); for groups and m_inputWSMatrix[0].push_back(inputMatrix); but needed instead use column since boost shared pointer shortcomings? - description difficult to understand: // Each 'row' are the workspaces belonging to a specific group // Each 'column' are the workspaces belonging to a specific period // Each 'row' are the workspaces belonging to a specific period // GroupWorkspaces // Each 'column' are the workspaces belonging to a specific group found in same implementation for same matrix, deleted that Disabled test_two_groups_with_three_workspaces_scale_factor_from_period since failing (periodscalefactors seem wrong), needs fix Removed processGroups checkGroups, modified history -> may need to be reinserted Refs #22197
-
- May 15, 2018
-
-
Verena Reimund authored
I conclude that the recursive call (Stitch1DMany calls itself) does not work with processGroups: some output from gdb Stitch1DMany-[Notice] Stitch1DMany started GroupWorkspaces-[Notice] GroupWorkspaces successful, Duration 0.00 seconds 420 AnalysisDataService::Instance().retrieveWS<Workspace>(groupName); 419 m_outputWorkspace = 420 AnalysisDataService::Instance().retrieveWS<Workspace>(groupName); 422 this->setProperty("OutputWorkspace", m_outputWorkspace); (gdb) p m_outputWorkspace $22 = { px = 0x1894f60, pn = { pi_ = 0x1894f40 } } (gdb) n 423 this->setProperty("OutScaleFactors", m_scaleFactors); 424 return true; //!!! STOP HERE?? 412 IAlgorithm_sptr groupAlg = createChildAlgorithm("GroupWorkspaces"); 368 std::string outName; 367 std::string groupName = this->getProperty("OutputWorkspace"); 366 std::vector<std::string> toGroup; // List of workspaces to be grouped 424 return true; 425 } Mantid::API::Algorithm::doCallProcessGroups (this=0x7fffffffd150, startTime=...) at Algorithm.cpp:1284 Mantid::API::Algorithm::execute (this=0x7fffffffd150) at Algorithm.cpp:440 Stitch1DManyTest::test_two_groups_scale_factor_from_period_history (this=0x1867380) at Stitch1DManyTest.h:1230 1230 TS_ASSERT(alg.isExecuted()); 1233 Workspace_sptr outws = alg.getProperty("OutputWorkspace"); 1234 TS_ASSERT(outws); In Stitch1DManyTest::test_two_groups_scale_factor_from_period_history: Stitch1DManyTest.h:1234: Error: Assertion failed: outws Refs #22197
-
Verena Reimund authored
- Be more general with regard to input workspaces (e.g. point data) - Make tooltips readable in GUI - Rename 1, 2 to first and second and explain RHS abbreviation - Added Rebin to seeAlso algorithms list? Since mentioned in the properties for format - Toggled the RebinParamsValidator to true (can be empty for point data) Refs #22197
-
Verena Reimund authored
- not passing tests stay uncommented at the moment Refs #22197
-
- May 14, 2018
-
-
Peterson, Peter authored
Since the indexing is into the full array, use the full array Refs #22286
-
- May 10, 2018
-
-
Anthony Lim authored
-
Anthony Lim authored
-
- May 09, 2018
-
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
Peterson, Peter authored
Refs #22286
-
Peterson, Peter authored
It was corrupting the values in the workspace and nothing was getting set correctly. Refs #22286
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
Verena Reimund authored
Refs #22197
-
Verena Reimund authored
Refs #22383
-
Verena Reimund authored
- Doxygen updated (throws) - Templated storeWS Running ConjoinXRunsTest for testTableInputWorkspaceInGroupThrows: ConjoinXRuns-[Warning] Invalid value for InputWorkspaces: Workspace table is not a MatrixWorkspace showing the need to check !ws and + input + works (ll 128,130 in ConjoinXRuns.cpp) Refs #22383
-
Anthony Lim authored
-
Anthony Lim authored
-
- May 08, 2018
-
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
-
- May 07, 2018
-
-
McDonnell, Marshall authored
-
McDonnell, Marshall authored
Added CalculateCarpenterSampleCorrection. Replaced MultipleScatteringCylinderAbsorption -> CarpenterSampleCorrection. Refactored CarpenterSampleCorrection to use CalculateCarpenterSampleCorrection.
-
Peterson, Peter authored
Refs #22286
-
Peterson, Peter authored
Refs #22286
-
- May 04, 2018
-
-
Zhou, Wenduo authored
-
-
Peterson, Peter authored
Refs #22286
-
Peterson, Peter authored
Some options were in place as maybe they'll be eventually needed. This removes those and continues the cleanup. Refs #22286
-
Verena Reimund authored
RunCombinationHelper checks, if the ws is a GroupWorkspace or else a MatrixWorkspace. Workspaces of the group were not checked and need to be checked during validation Refs #22383
-
Verena Reimund authored
Without catching the error, MantidPlot freezes forever for this case Refs #22383
-
Verena Reimund authored
- Checked if MatrixWorkspace now done in unWrapGroups - Cannot get the name if pointer is invalid in ConjoinXRuns - Added unit test in RunCombinationHelperTest Refs #22383
-
Verena Reimund authored
- throwing is expensive - unWrapGroups is used in -> MergeRuns -> ConjoinXRuns -> SumOverlappingTubes There, the error can be catched. Refs #22383
-
- May 03, 2018
-
-
Peterson, Peter authored
Refs #22286.
-