Skip to content
Snippets Groups Projects
Commit 9108a8bc authored by Roman Tolchenov's avatar Roman Tolchenov
Browse files

Update test files. Re #22004

parent c928aa63
No related branches found
No related tags found
No related merge requests found
ce0d536337942b5662b8ecd107a5c71f
d3c125646057bc0d1291c3286ddfab82
......@@ -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 10% of nominal value")
if abs(tau-Tau)/tau < 0.4:
print("Optimal Tau within 40% 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 10% of nominal value
Optimal Tau within 40% of nominal value
.. categories::
......
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