Skip to content

Remove computation from Experiment class

Zamaan Raza requested to merge experiment-tidy into main
  • There were a few instances of computations being done by the Experiment class instead of the owned algorithm classes. These have been removed.
  • Fixed an issue where the call to Refiner::refine() via Experiment::refine() worked for the gui, but not for the base call itself.

Resoves #673 (closed), #651 (closed)

Merge request reports

Loading