GalacticDNSMass

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 576a818f9a4732f6bdf473f88f898d5a86297a6e
parent ca382a9b48aed5e1df43c4d64fd61619f192479a
Author: nicholasfarrow <nicholas.w.farrow@gmail.com>
Date:   Fri,  2 Aug 2019 19:35:58 +1000

fix pymultinest prereq

Diffstat:
MinferenceDemo.ipynb | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/inferenceDemo.ipynb b/inferenceDemo.ipynb @@ -32,7 +32,8 @@ "\n", "# We sample using pymultinest (nested sampling)\n", "# This can be rather difficult to install, see https://johannesbuchner.github.io/PyMultiNest/install.html\n", - "import pymultinest\n", + "# UNCOMMENT IF YOU WANT TO SAMPLE YOURSELF!\n", + "#import pymultinest\n", "\n", "# Useful librarys for mathematical operations\n", "import numpy as np\n", @@ -539,14 +540,14 @@ "language_info": { "codemirror_mode": { "name": "ipython", - "version": 2 + "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython2", - "version": "2.7.12" + "pygments_lexer": "ipython3", + "version": "3.6.4" } }, "nbformat": 4,