Skip to content
Snippets Groups Projects
Commit 817acd99 authored by Soumen Roy's avatar Soumen Roy Committed by Colm Talbot
Browse files

BUGFIX: set queue_size from kwargs to change npool while the run is in progress

parent bdba4189
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,7 @@ Sharan Banagiri
Shichao Wu
Simon Stevenson
Soichiro Morisaki
Soumen Roy
Stephen R Green
Sumeet Kulkarni
Sylvia Biscoveanu
......
......@@ -735,6 +735,7 @@ class Dynesty(NestedSampler):
self.sampler.nqueue = -1
self.start_time = self.sampler.kwargs.pop("start_time")
self.sampling_time = self.sampler.kwargs.pop("sampling_time")
self.sampler.queue_size = self.kwargs["queue_size"]
self.sampler.pool = self.pool
if self.pool is not None:
self.sampler.M = self.pool.map
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment