Closed bilby-bot closed 1 month ago
In GitLab by @git.ligo:gregory.ashton on Sep 18, 2018, 10:05
Hi Tom,
Thanks for giving this a go. My immediate guess would be that the version of pymultinest
you are using differs from whichever version we used when developing. It works on my machine, which has pymutlinest v2.6 installed. What version are you using [1]?
You could simply change the sampler (replace sampler="pymultinest"
with sampler="dynesty"
).
[1] FYI you can see the version information by calling $ pip show pymultinest
if you installed it from pip.
Cheers,
Greg
In GitLab by @git.ligo:thomas-callister on Sep 18, 2018, 17:00
Hi Greg,
This was indeed the issue! I was using pymultinest v1.6. Updating my pymultinest installation to v2.6 fixed things. Thanks a lot!
Best, Tom
In GitLab by @git.ligo:thomas-callister on Sep 18, 2018, 17:00
closed
In GitLab by @git.ligo:michael.williams on Oct 3, 2024, 17:56
unassigned @git.ligo:gregory.ashton
In GitLab by @git.ligo:thomas-callister on Sep 17, 2018, 21:51
Hi tupak folks,
I've been playing with the various examples in the .../injection_examples/ folder and am running into some trouble when running eccentric_inspiral.py. Looks like there's a call to pymultinest.solve() that's causing the trouble. Here's my traceback:
There is, of course, a very decent chance that I'm doing something wrong on my end.
Thanks! Tom