Fix pymultinest failing when using long name
Compare changes
@@ -70,7 +70,7 @@ class Pymultinest(NestedSampler):
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.
We have a warning logged when the path is too long for multinest to handle. This warning is currently causing an unrelated error as it's trying to access self.__kwargs
instead of self.kwargs
. This MR fixes that.