dynesty icon indicating copy to clipboard operation
dynesty copied to clipboard

blob issues when add_live

Open carlosRmelo opened this issue 2 months ago • 1 comments

** Dynesty version ** dynesty v. 2.0.1 - installation via pip

Hi everyone! This may be a naive question or maybe I’m doing something wrong when I continue my sampling to add more new samples.

But the problem is that every time I continue an existing sampling, this adds the current live points again to the blob. And even if I do sampler._remove_live_points(), this does not remove the added information in the blob. I checked the list of keywords in _remove_live_points(), and I noticed that ‘blob’ is not there, but I think it should be, right?

Not sure if I made myself clear enough, in case not, let me know and I'll try to elaborate. Thanks to everyone in advance.

carlosRmelo avatar May 01 '24 20:05 carlosRmelo