Skip to content
Snippets Groups Projects
Commit 2b93355c authored by Colm Talbot's avatar Colm Talbot
Browse files

BUG: fix import of Pymc in example

parent 1c2cbeb6
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ class GaussianLikelihoodPyMC(bilby.core.likelihood.GaussianLikelihood): ...@@ -81,7 +81,7 @@ class GaussianLikelihoodPyMC(bilby.core.likelihood.GaussianLikelihood):
likelihood is evaluated. likelihood is evaluated.
""" """
from bilby.core.sampler import Pymc from bilby.core.sampler.pymc import Pymc
if not isinstance(sampler, Pymc): if not isinstance(sampler, Pymc):
return super(GaussianLikelihoodPyMC, self).log_likelihood() return super(GaussianLikelihoodPyMC, self).log_likelihood()
......
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