From 1aa150fd2fa88ad60e5757824530063a91c9a99c Mon Sep 17 00:00:00 2001
From: Bruce Edelman <bruce.edelman@ligo.org>
Date: Tue, 5 Nov 2019 21:55:37 -0600
Subject: [PATCH] generalized the JointPrior object structure from Matthew
 Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint
 MapPrior for HEALPix priors

---
 containers/Dockerfile-test-suite-python27 | 2 +-
 containers/Dockerfile-test-suite-python37 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/containers/Dockerfile-test-suite-python27 b/containers/Dockerfile-test-suite-python27
index b10f96eb2..937d95f57 100644
--- a/containers/Dockerfile-test-suite-python27
+++ b/containers/Dockerfile-test-suite-python27
@@ -41,7 +41,7 @@ coverage-badge
 RUN pip install corner lalsuite astropy gwpy theano
 
 # Install samplers
-RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest
+RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
 
 # Install pymultinest requirements
 RUN apt-get install -y libblas3 libblas-dev liblapack3 liblapack-dev \
diff --git a/containers/Dockerfile-test-suite-python37 b/containers/Dockerfile-test-suite-python37
index 32182aa59..f203cf254 100644
--- a/containers/Dockerfile-test-suite-python37
+++ b/containers/Dockerfile-test-suite-python37
@@ -48,7 +48,7 @@ RUN pip install sphinx numpydoc nbsphinx sphinx_rtd_theme sphinx-tabs
 RUN pip install corner lalsuite astropy gwpy theano
 
 # Install samplers
-RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest
+RUN pip install cpnest dynesty emcee nestle ptemcee pymc3 pymultinest kombine
 
 # Install pymultinest requirements
 RUN apt-get install -y libblas3 libblas-dev liblapack3 liblapack-dev \
-- 
GitLab