Skip to content
Snippets Groups Projects

Switch PyMC3 to PyMC (which is the new name starting from PyMC v4.0.0)

Merged Matthew David Pitkin requested to merge matthew-pitkin/bilby:pymc3_to_pymc4 into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -902,7 +902,7 @@ class Pymc(MCMCSampler):
pymc.Normal(
"likelihood",
mu=model,
sd=self.likelihood.sigma,
sigma=self.likelihood.sigma,
observed=self.likelihood.y,
)
elif isinstance(self.likelihood, PoissonLikelihood):
Loading