Skip to content

Commit

Permalink
Refs #8247 Missed grouping output workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Oct 28, 2013
1 parent 69516c4 commit 3fdb480
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Code/Mantid/scripts/Inelastic/IndirectBayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,11 @@ def QLRun(program,samWS,resWS,resnormWS,erange,nbins,Fit,wfile,Loop,Verbose,Plot
Nspec=nsp, UnitX='DeltaE', VerticalAxisUnit='Text', VerticalAxisValues=names)

# append workspace to list of results
group += ',' + fout
group += fout + ','


GroupWorkspaces(InputWorkspaces=group,OutputWorkspace=fitWS)

if nsam > 1:
GroupWorkspaces(InputWorkspaces=group,OutputWorkspace=fitWS)
if program == 'QL':
yPr0 = np.array([prob0[0]])
yPr1 = np.array([prob1[0]])
Expand Down

0 comments on commit 3fdb480

Please sign in to comment.