Remove dynesty from __getstate__
Compare changes
+ 6
− 0
@@ -121,6 +121,12 @@ class Dynesty(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.
This came from an external request to make our Dynesty
object picklable. Here the external_sampler
(which is the dynesty
module) is stored in the object and can't be pickled by pickle.
There may be other neater fixes, if people have thoughts, let me know.