From 2b9ea265ee94a7d87190d0ac48752772991ae298 Mon Sep 17 00:00:00 2001 From: lmauviard Date: Wed, 18 Dec 2024 19:07:15 +0100 Subject: [PATCH] Importance sampling tutorial rerun --- docs/source/Importance_sampling.ipynb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/source/Importance_sampling.ipynb b/docs/source/Importance_sampling.ipynb index 1d760b21..49d537c6 100644 --- a/docs/source/Importance_sampling.ipynb +++ b/docs/source/Importance_sampling.ipynb @@ -60,7 +60,7 @@ "/=============================================\\\n", "| X-PSI: X-ray Pulse Simulation and Inference |\n", "|---------------------------------------------|\n", - "| Version: 2.3.0-b |\n", + "| Version: 3.0.0 |\n", "|---------------------------------------------|\n", "| https://xpsi-group.github.io/xpsi |\n", "\\=============================================/\n", @@ -164,7 +164,7 @@ "\n", "# Commenting this as it takes a bit of time to run\n", "######################\n", - "#importance(new_model.likelihood,\n", + "# importance(new_model.likelihood,\n", "# old_model.likelihood,\n", "# '../../examples/examples_fast/Outputs/ST_live_1000_eff_0.3_seed42',\n", "# names = names,\n", @@ -747,7 +747,7 @@ "/=============================================\\\n", "| X-PSI: X-ray Pulse Simulation and Inference |\n", "|---------------------------------------------|\n", - "| Version: 2.3.0-b |\n", + "| Version: 3.0.0 |\n", "|---------------------------------------------|\n", "| https://xpsi-group.github.io/xpsi |\n", "\\=============================================/\n", @@ -876,11 +876,16 @@ "source": [ "This will create exactly the same importance sampled output file as the prior-change example above." ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [] } ], "metadata": { "kernelspec": { - "display_name": "Python 3 (ipykernel)", + "display_name": "xpsi", "language": "python", "name": "python3" }, @@ -894,7 +899,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.2" + "version": "3.12.8" } }, "nbformat": 4,