Skip to content

MNT: Add sane error messages for invalid configurations.

Frederik Lange requested to merge mnt/improve-config-checking into master

The large assert statment at the beginning of RegistrationCoordinatorMultimodal was useful for preventing invalid registration configurations from running, but was not very useful for helping end users debug why their code was failing. This has now been supplemented with more helpful config checking in main that should guide users to where in their config they have made any errors.

Merge request reports