Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can no longer pass keyword arguments to dynesty #109

Closed
radicamc opened this issue Jan 11, 2024 · 1 comment
Closed

Can no longer pass keyword arguments to dynesty #109

radicamc opened this issue Jan 11, 2024 · 1 comment

Comments

@radicamc
Copy link

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
Copy link
Owner

Fixed on latest version (2.2.6).

N.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants