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
b9c8e891
Commit
b9c8e891
authored
9 years ago
by
Marina Ganeva
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix to TOFTOFMergeRuns.
parent
a747a717
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Framework/PythonInterface/plugins/algorithms/TOFTOFMergeRuns.py
+1
-1
1 addition, 1 deletion
...ork/PythonInterface/plugins/algorithms/TOFTOFMergeRuns.py
with
1 addition
and
1 deletion
Framework/PythonInterface/plugins/algorithms/TOFTOFMergeRuns.py
+
1
−
1
View file @
b9c8e891
...
@@ -91,7 +91,7 @@ class TOFTOFMergeRuns(PythonAlgorithm):
...
@@ -91,7 +91,7 @@ class TOFTOFMergeRuns(PythonAlgorithm):
raise
RuntimeError
(
message
)
raise
RuntimeError
(
message
)
# warnig if optional properties are not identical must be given
# warnig if optional properties are not identical must be given
api
.
CompareSampleLogs
(
wsnames
,
self
.
optional_properties
,
0.01
)
result
=
api
.
CompareSampleLogs
(
wsnames
,
self
.
optional_properties
,
0.01
)
if
len
(
result
)
>
0
:
if
len
(
result
)
>
0
:
self
.
log
().
warning
(
"
Sample logs
"
+
result
+
"
do not match!
"
)
self
.
log
().
warning
(
"
Sample logs
"
+
result
+
"
do not match!
"
)
...
...
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