nuclear-multimessenger-astronomy / nmma

A pythonic library for probing nuclear physics and cosmology with multimessenger analysis
https://nuclear-multimessenger-astronomy.github.io/nmma/
GNU General Public License v3.0
33 stars 58 forks source link

custom `--generation-seed` in `lightcurve-analysis` is not passed #296

Closed sahiljhawar closed 10 months ago

sahiljhawar commented 10 months ago

When setting a different random seed using --generation-seed, PyMultiNest sampler still shows the default seed (42).

18:35 bilby INFO    : Using sampler Pymultinest with kwargs {'importance_nested_sampling': False, 'resume': True, ... 'seed': 42, ... <bilby.core.sampler.pymultinest.Pymultinest object at 0x7faf15c39190>>}