nespinoza / juliet

A versatile modelling tool for transiting and non-transiting (single and multiple) exoplanetary systems
MIT License
55 stars 30 forks source link

Can no longer pass keyword arguments to dynesty #109

Closed radicamc closed 5 months ago

radicamc commented 10 months ago

As the title says, keyword arguments are no longer able to be passed to dynesty via juliet.fit (not sure about other samplers). I believe this is because line 1683 args = vars(sampler).keys() is not actually returning a list of possible dynesty arguments, resulting in everything failing the cross-check with the passed keywords.

nespinoza commented 5 months ago

Fixed on latest version (2.2.6).

N.