Nestcheck test
- Jul 22, 2021
-
-
Gregory Ashton authored
Resolve "Need at least scipy 1.5.0 for ks_1samp" Closes #587 See merge request !999
-
- Jul 12, 2021
-
-
Gregory Ashton authored
-
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 is an update of 844! and replace it. It adds the nestcheck sampler setting to dynesty. If it is nestcheck = True
, a pickle file is created for each run in the output directory storing a nestcheck.data_processing.process_dynesty_run
object, (nestcheck needs to be installed). That object can be used then in the post processing in order to compute the implementation and bootstrap errors explained in “Sampling Errors In Nested Sampling Parameter Estimation” (Higson et al. 2018).
Resolve "Need at least scipy 1.5.0 for ks_1samp" Closes #587 See merge request !999