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

Do not output temperature workspace when no temperatures

Refs #11464
parent d2a7f2fa
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,9 @@ class ElasticWindowMultiple(DataProcessorAlgorithm):
temp = self._get_temperature(input_ws)
if temp is not None:
temperatures.append(temp)
else:
# No need to output a tmperature workspace if there are no temperatures
self._elt_workspace = ''
logger.information('Creating Q and Q^2 workspaces')
......
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