Skip to content
Snippets Groups Projects
Commit 1211b9e6 authored by Louise McCann's avatar Louise McCann
Browse files

Remove plotting from python algorithm

Refs #17255
parent 3e57aafa
No related branches found
No related tags found
No related merge requests found
......@@ -269,8 +269,6 @@ void ISISEnergyTransfer::run() {
reductionAlg->setProperty("MapFile", grouping.second.toStdString());
reductionAlg->setProperty("FoldMultipleFrames", m_uiForm.ckFold->isChecked());
reductionAlg->setProperty("Plot",
m_uiForm.cbPlotType->currentText().toStdString());
reductionAlg->setProperty("SaveFormats", getSaveFormats());
reductionAlg->setProperty("OutputWorkspace",
"IndirectEnergyTransfer_Workspaces");
......
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