Cannot import parallel_bilby
Current bilby
requires dynesty>=2.0.1
, but this version is inconsistent with current parallel_bilby
and I cannot even import it.
The problem is that the function get_print_fn_args
in dynesty has been moved from result.py to utils.py. This could be fixed by replacing dynesty.results
with dynesty.utils
in this line.