Skip to content
Snippets Groups Projects
Commit 4b93bcad authored by Matthew Bowles's avatar Matthew Bowles
Browse files

update release notes re #22582

parent c615b70c
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ public:
std::invalid_argument);
}
//void test_throws_if_number_of_iterations_is_not_an_integer() {
// void test_throws_if_number_of_iterations_is_not_an_integer() {
// auto nIterations = 0.2;
// TS_ASSERT_THROWS(calculateIqtAlgorithm(m_sampleWorkspace,
// m_resolutionWorkspace, -0.5, 0.5,
......
......@@ -36,10 +36,15 @@ Improved
- :ref:`algm-ConvolutionFitSequential` and :ref:`algm-IqtFitSequential` can now accept multiple datasets as input, in
the same format as that of :ref:`algm-PlotPeakByLogValue`.
- :ref:`algm-IndirectILLEnergyTransfer` was fixed to have the correct sign for the energy transfer.
- :ref:`algm-TransformToIqt` now calculates errors using a monte carlo method, and can take a number of iterations as input.
Data Analysis Interfaces
------------------------
Improved
########
- A number of iterations for the new monte carlo error calculation can be specified in the I(Q,t) interface.
Bugfixes
########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment