This PR fixes issue https://github.com/entropy-lab/entropy/issues/168. The ParamStoremerge() method has been modified to set self._is_dirty to True if the merge operation changed the current state of the store (i.e. _self.params).
Note: the internal implementation for MergeStrategy.THEIRS has been significantly changed to enable the fix.
This PR fixes issue https://github.com/entropy-lab/entropy/issues/168. The
ParamStore
merge()
method has been modified to setself._is_dirty
toTrue
if the merge operation changed the current state of the store (i.e._self.params
).Note: the internal implementation for
MergeStrategy.THEIRS
has been significantly changed to enable the fix.