PolyChord / PolyChordLite

Public version of PolyChord: See polychord.co.uk for PolyChordPro
https://polychord.io/
Other
83 stars 26 forks source link

loglikelihood without derived parameters #110

Closed AdamOrmondroyd closed 5 months ago

AdamOrmondroyd commented 5 months ago

The run_polychord() docstring suggests that loglikelihood can return just the logL value, rather than the tuple logL, [derived], which wasn't actually the case. This PR corrects this.