The getstate method of the DynamicSampler wasn't actually being called as it had the wrong indentation and so was being considered a method of the init method. I noticed this when trying to pickle DynamicSampler in the same way we do for the fixed live point samplers here.
In combination with #188, this makes it a bit easier to save and resume progress.
The getstate method of the DynamicSampler wasn't actually being called as it had the wrong indentation and so was being considered a method of the init method. I noticed this when trying to pickle DynamicSampler in the same way we do for the fixed live point samplers here.
In combination with #188, this makes it a bit easier to save and resume progress.