Skip to content

fix bug where factory update method couldn't update with a Munch

The update_parameters method in FinesseFactory is supposed to update using either a Munch or a path to a yaml file but didn't work for Munchs. This fixes that.

Merge request reports