You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: