Skip to content

Commit

Permalink
Re #16925 Fix another issue found during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Raquel Alvarez committed Feb 15, 2017
1 parent 7758a96 commit 16c4bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Interface/ui/reflectometer/refl_gui.py
Expand Up @@ -1067,7 +1067,7 @@ def _do_run(self, runno, row, which):
wlamGroup.append(wlam)
thetaGroup.append(th)

wqBinned = GroupWorkspaces(InputWorkspaces=wqGroup, OutputWorkspace=runno+'_IvsQ_binned')
wqBinned = GroupWorkspaces(InputWorkspaces=wqGroupBinned, OutputWorkspace=runno+'_IvsQ_binned')
wq = GroupWorkspaces(InputWorkspaces=wqGroup, OutputWorkspace=runno+'_IvsQ')
wlam = GroupWorkspaces(InputWorkspaces=wlamGroup, OutputWorkspace=runno+'_IvsLam')
th = thetaGroup[0]
Expand Down

0 comments on commit 16c4bbc

Please sign in to comment.