Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
4b93bcad
Commit
4b93bcad
authored
6 years ago
by
Matthew Bowles
Browse files
Options
Downloads
Patches
Plain Diff
update release notes re #22582
parent
c615b70c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Framework/Algorithms/test/CalculateIqtTest.h
+1
-1
1 addition, 1 deletion
Framework/Algorithms/test/CalculateIqtTest.h
docs/source/release/v3.13.0/indirect_inelastic.rst
+5
-0
5 additions, 0 deletions
docs/source/release/v3.13.0/indirect_inelastic.rst
with
6 additions
and
1 deletion
Framework/Algorithms/test/CalculateIqtTest.h
+
1
−
1
View file @
4b93bcad
...
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
docs/source/release/v3.13.0/indirect_inelastic.rst
+
5
−
0
View file @
4b93bcad
...
...
@@ -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
########
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment