Closed mikeyupic closed 3 years ago
Looks like this is an issue with how the pool.map
function is invoked here. dynesty
assumes that map
and pool.map
can be swapped out (this is aliased via self.M
) and so they both return similar iterables, but it looks like that isn't properly happening in this case.
Closing this for now.
Hi,
I'm trying to run dynesty on a Ray cluster. I encountered the error below when I ran the Examples -- Exponential Wave:
Is there a way to fix this? Thanks a lot!