Skip to content
Snippets Groups Projects
Commit 5742ed37 authored by Dan Nixon's avatar Dan Nixon
Browse files

Clean up workspaces correctly

Refs #10753
parent 2e1e6b62
No related merge requests found
......@@ -222,6 +222,10 @@ class ApplyPaalmanPingsCorrection(PythonAlgorithm):
CloneWorkspace(InputWorkspace=input_name,
OutputWorkspace=output_name)
# Group the temporary factor workspaces (for easy removal later)
GroupWorkspaces(InputWorkspaces=[self._corrections + '_' + f_type for f_type in factor_types],
OutputWorkspace=self._corrections)
def _subtract(self):
"""
......
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