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

Fix minor bug with newer data Re #12953

parent 236d5a13
No related merge requests found
......@@ -303,7 +303,8 @@ def unwrap_monitor(workspace_name):
try:
FFTSmooth(InputWorkspace=monitor_workspace_name,
OutputWorkspace=monitor_workspace_name,
WorkspaceIndex=0)
WorkspaceIndex=0,
IgnoreXBins=True)
except ValueError:
raise ValueError('Uneven bin widths are not supported.')
......
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