Skip to content

Move common methods to base panel

German Vargas requested to merge refactor-base-panel into main

Created by: Rikuoja

This way all panels can be implemented the same way.

Each algorithm panel only has to set self.name and self.algorithm, plus implement setup_panel, _get_params and _display_results functions.

Merge request reports