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
+ 8
1
Compare changes
  • Side-by-side
  • Inline
@@ -188,7 +188,14 @@ class Sampler(object):
"""
default_kwargs = dict()
npool_equiv_kwargs = ["npool", "queue_size", "threads", "nthreads", "cores", "n_pool"]
npool_equiv_kwargs = [
"npool",
"queue_size",
"threads",
"nthreads",
"cores",
"n_pool",
]
hard_exit = False
def __init__(
Loading