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!
2 files
+ 3
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -6,7 +6,6 @@ import matplotlib.pyplot as plt
import numpy as np
from bilby.core.prior import Uniform
# In this example we show how we can use the `celerite` package within `bilby`.
# We begin by synthesizing some data and then use a simple Gaussian Process
# model to fit and interpolate the data.
Loading