Skip to content

Commit 91a4e81

Browse files
Removed old comment
1 parent c4b846d commit 91a4e81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mvesuvio/analysis_reduction.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,6 @@ def create_gamma_workspaces(self):
994994

995995
profiles = self.calcGammaCorrectionProfiles(self._mean_widths, self._mean_intensity_ratios)
996996

997-
# Approach below not currently suitable for current versions of Mantid, but will be in the future
998997
background, corrected = VesuvioCalculateGammaBackground(InputWorkspace=inputWS, ComptonFunction=profiles)
999998
DeleteWorkspace(corrected)
1000999
RenameWorkspace(InputWorkspace= background, OutputWorkspace = inputWS + "_Gamma_Background")

0 commit comments

Comments
 (0)