Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mantidproject
mantid
Commits
d645fb26
Unverified
Commit
d645fb26
authored
Sep 20, 2021
by
Yuanpeng Zhang
Committed by
GitHub
Sep 20, 2021
Browse files
Update Framework/PythonInterface/plugins/algorithms/SetSampleFromLogs.py
Co-authored-by:
Pete Peterson
<
peterfpeterson@gmail.com
>
parent
585654c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Framework/PythonInterface/plugins/algorithms/SetSampleFromLogs.py
View file @
d645fb26
...
...
@@ -123,7 +123,7 @@ class SetSampleFromLogs(DistributedDataProcessorAlgorithm):
geometry
[
'Height'
]
=
conversion
*
_getLogValue
(
runObject
,
heightKey
)
else
:
warningMsg
=
"No valid height found in sample logs;"
+
\
"we will re
p
ly on user input for sample density information."
"we will rely on user input for sample density information."
self
.
log
().
warning
(
warningMsg
)
# log the results and return
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment