Skip to content

Fix the initialization of GMMMachine

Yannick DAYER requested to merge fix-init into master

Added super().__init__(), allowing inheriting classes to call super().init() on multiple parents.

Merge request reports