johannesulf / nautilus

Neural Network-Boosted Importance Nested Sampling for Bayesian Statistics
https://nautilus-sampler.readthedocs.io
MIT License
73 stars 8 forks source link

`pass_struct` keyword not available anymore #17

Closed sibirrer closed 1 year ago

sibirrer commented 1 year ago

Hi @johannesulf, the keyword pass_struct is not available anymore in Samper() and I don't know with what to replace it such that the tests with a very short runtime/iteration pass in the tests in lenstronomy. I really don't want to have too much work making nautilus integration tests pass in lenstronomy.

Thank you very much! Simon

johannesulf commented 1 year ago

@sibirrer Yes, sorry for that breaking change. Just replace is with pass_dict.

johannesulf commented 1 year ago

This issue actually uncovered a bug in nautilus that's fixed in version 0.4.1.