Skip to content
Snippets Groups Projects
Commit b895386a authored by Conor Finn's avatar Conor Finn
Browse files

RE #26848 Remove unused optional parameter

parent 662fb129
No related branches found
No related tags found
No related merge requests found
......@@ -189,8 +189,7 @@ class CalibrationModel(object):
VanIntegrationWorkspace=van_integration,
VanCurvesWorkspace=van_curves,
Bank=str(i + 1),
FittedPeaks=table_name,
OutputParametersTableName=table_name)
FittedPeaks=table_name)
return output
def create_output_files(self, calibration_dir, difc, tzero, ceria_path, vanadium_path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment