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 Munch
s. This fixes that.
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 Munch
s. This fixes that.