Skip to content
Snippets Groups Projects
Commit 1aa150fd authored by Bruce Edelman's avatar Bruce Edelman Committed by Gregory Ashton
Browse files

generalized the JointPrior object structure from Matthew Pitkin's...

generalized the JointPrior object structure from Matthew Pitkin's MutlivariateGaussian prior formalism. TODO: add in the joint MapPrior for HEALPix priors
parent ba7961ac
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
......@@ -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 \
......
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