Skip to content

Commit

Permalink
Merge pull request #79 from mantidproject/0_fix_flake_8_warnings
Browse files Browse the repository at this point in the history
Fix Flake 8 warnings
  • Loading branch information
MialLewis authored Dec 13, 2023
2 parents acb3219 + 4ac1b43 commit a0101e7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion EVSVesuvio/analysis_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from pathlib import Path
import importlib
import sys
from os import path
from EVSVesuvio.vesuvio_analysis.run_script import runScript
from EVSVesuvio.scripts import handle_config

Expand Down
1 change: 0 additions & 1 deletion EVSVesuvio/vesuvio_analysis/analysis_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def iterativeFitForDataReduction(ic):
wsMS = createWorkspacesForMSCorrection(ic, mWidths, mIntRatios, wsNCPM)
Minus(LHSWorkspace="tmpNameWs", RHSWorkspace=wsMS, OutputWorkspace="tmpNameWs")


remaskValues(ic.name, "tmpNameWS") # Masks cols in the same place as in ic.name
RenameWorkspace(InputWorkspace="tmpNameWs", OutputWorkspace=ic.name+str(iteration+1))

Expand Down

0 comments on commit a0101e7

Please sign in to comment.