`samples_to_posterior` fails if the prior is not given
Currently, the prior
default to None. Then in the code it does for _ in prior
which causes an exception of `NoneType object is not iterable. This just needs a quick bug fix.
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
Currently, the prior
default to None. Then in the code it does for _ in prior
which causes an exception of `NoneType object is not iterable. This just needs a quick bug fix.
added Bug Good First Issue labels
mentioned in merge request !429 (merged)
closed via merge request !429 (merged)
mentioned in commit 402738a3