Skip to content

Commit 224b12d

Browse files
Shorten another name
1 parent 9400cc2 commit 224b12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mvesuvio/analysis_fitting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def symmetrizeWs(avgYSpace):
474474
else:
475475
dataYS, dataES = weightedSymArr(dataY, dataE)
476476

477-
wsSym = CloneWorkspace(avgYSpace, OutputWorkspace=avgYSpace.name() + "_Symmetrised")
477+
wsSym = CloneWorkspace(avgYSpace, OutputWorkspace=avgYSpace.name() + "_sym")
478478
wsSym = passDataIntoWS(dataX, dataYS, dataES, wsSym)
479479
return wsSym
480480

0 commit comments

Comments
 (0)