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
9108a8bc
Commit
9108a8bc
authored
7 years ago
by
Roman Tolchenov
Browse files
Options
Downloads
Patches
Plain Diff
Update test files. Re #22004
parent
c928aa63
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Testing/SystemTests/tests/analysis/reference/II.IRISFuryFitMulti.nxs.md5
+1
-1
1 addition, 1 deletion
...ests/tests/analysis/reference/II.IRISFuryFitMulti.nxs.md5
docs/source/fitting/fitfunctions/IsoRotDiff.rst
+3
-3
3 additions, 3 deletions
docs/source/fitting/fitfunctions/IsoRotDiff.rst
with
4 additions
and
4 deletions
Testing/SystemTests/tests/analysis/reference/II.IRISFuryFitMulti.nxs.md5
+
1
−
1
View file @
9108a8bc
ce0d536337942b5662b8ecd107a5c71f
d3c125646057bc0d1291c3286ddfab82
This diff is collapsed.
Click to expand it.
docs/source/fitting/fitfunctions/IsoRotDiff.rst
+
3
−
3
View file @
9108a8bc
...
...
@@ -170,8 +170,8 @@ and the overal intensity of the signal with a fit to the following model:
print("Optimal Radius within 5% of nominal value")
else:
print("Error. Obtained Radius= {0} instead of {1}".format(Radius,R))
if abs(tau-Tau)/tau < 0.
1
:
print("Optimal Tau within
1
0% of nominal value")
if abs(tau-Tau)/tau < 0.
4
:
print("Optimal Tau within
4
0% of nominal value")
else:
print("Error. Obtained Tau= {0} instead of {1}".format(Tau,tau))
...
...
@@ -181,7 +181,7 @@ Output:
Optimal Height within 10% of nominal value
Optimal Radius within 5% of nominal value
Optimal Tau within
1
0% of nominal value
Optimal Tau within
4
0% of nominal value
.. categories::
...
...
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