Skip to content

EXAMPLES: fix broken examples

Colm Talbot requested to merge fix-examples into master

Some of the recent changes broke some of the examples and tutorials, in order these are:

  • the latest version of dynesty doesn't work with the ZeroLikelihood. This has been fixed along with #619 (closed) by removing the unnecessary sampling. (cc @avi.vajpeyi )
  • @nikhil.sarin pointed out that there was an issue with the relative binning example. This is due to passing a different parameterization for the fiducial parameters than the sampled parameters. I added a note about this to the example along with a comparison corner plot after the importance sampling. (cc @aditya.vijaykumar )

Closes #619 (closed)

Merge request reports