Skip to content

Fix correction addon interface

Egor Sobolev requested to merge dev/correction-addons-interface into master

This adds device and prefix parameters to correction addons constructor. It allows to avoid the additional injection of this parameters in base_correction outside the interface and get rig of additional initialization call after it.

@hammerd

Merge request reports