Skip to content
Snippets Groups Projects
Commit 29686541 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Improve docs for LikePriorEval

parent fc2f25cc
No related branches found
No related tags found
1 merge request!750Improve ptemcee
Pipeline #115953 passed
......@@ -892,7 +892,12 @@ def init(likelihood_in, priors_in):
class LikePriorEvaluator(object):
"""
A overwrite of the ptemcee.LikePriorEvaluator to use bilby likelihood and priors
This class is copied and modified from ptemcee.LikePriorEvaluator, see
https://github.com/willvousden/ptemcee for the original version
We overwrite the logl and logp methods in order to improve the performance
when using a MultiPool object: essentially reducing the amount of data
transfer overhead.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment