Skip to content
Snippets Groups Projects
Commit 9334d626 authored by Elliot Oram's avatar Elliot Oram
Browse files

Added call to execute the batch after adding save to the queue

Refs #13737
parent 31b8d946
No related merge requests found
......@@ -373,6 +373,7 @@ void ConvFit::algorithmComplete(bool error) {
addSample->execute();
}
}
m_batchAlgoRunner->executeBatchAsync();
updatePlot();
}
......
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