BUGFIX: Typo error in the run_mcmc function for actuation
When saving the chain file, ProcessActuationMeasurement.run_mcmc tries to call self.sensing.config_to_dict() rather than self.actuation.config_to_dict(). This is fixed.
When saving the chain file, ProcessActuationMeasurement.run_mcmc tries to call self.sensing.config_to_dict() rather than self.actuation.config_to_dict(). This is fixed.