Skip to content

Velo: Add warning message if rawbank is empty

Arthur Marius Hennequin requested to merge ahennequ_velo into master

Improve error reporting, for cases like Moore!1703 (merged)

When a wrong rawbank type is asked for (for instance VP insted of VPRetina), default_raw_banks() happily returns an empty rawbank, which is then skipped by the Velo algorithm. With this MR, the Velo algorithm will report the empty rawbank so it can be caught in tests and by the user.

@sponce @cmarinbe

Edited by Arthur Marius Hennequin

Merge request reports