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.
This MR will be needed to match an upstream change (https://github.com/joshspeagle/dynesty/pull/457) but I think is actually a bug in the current version. The axes that are returned are used to determine the number of "clustering" dimensions, however, we currently return an array with the total number of dimensions. This change will resolve that.
c.f. https://github.com/joshspeagle/dynesty/blob/master/py/dynesty/nestedsamplers.py#L567
We should probably also rebuild the conda release to add a pin on the dynesty version.