Skip to content
Snippets Groups Projects
Commit 92556a88 authored by Brandon Hewer's avatar Brandon Hewer
Browse files

Change normalization index to 0 -- workspace is sorted

Refs #23002
parent 495ae99d
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ class ElasticWindowMultiple(DataProcessorAlgorithm):
elt_workspace = CloneWorkspace(InputWorkspace=elf_workspace, OutputWorkspace="__cloned",
StoreInADS=False, EnableLogging=False)
_normalize_by_index(elt_workspace, np.argmin(sample_param))
_normalize_by_index(elt_workspace, 0)
self.setProperty('OutputELT', elt_workspace)
......
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