From 91ddf23fef470efe2bad77717d858e29341ac89b Mon Sep 17 00:00:00 2001 From: Luigi Sbailo <luigi.sbailo@physik.hu-berlin.de> Date: Mon, 21 Mar 2022 10:38:53 +0100 Subject: [PATCH] Uncomment time consuming cell --- domain_of_applicability.ipynb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domain_of_applicability.ipynb b/domain_of_applicability.ipynb index 16db082..8da3e3e 100644 --- a/domain_of_applicability.ipynb +++ b/domain_of_applicability.ipynb @@ -1122,7 +1122,7 @@ "\n", "To show the trade off between coverage of the DA and the error reduction within, controlled by the $\\gamma$ value, a DA analysis is performed for $\\gamma$ values ranging from 0.2 to 0.66. The following code generates all these files. \n", "\n", - "**WARNING: The next cell will take a long time to run (more than 2h). Therefore the results have been pre-calculated and stored, so that running with the default setting can be skipped.**" + "**WARNING: The next cell will take a long time to run (more than 2h). Therefore the results have been pre-calculated and stored, so that running with the default setting can be skipped. Please uncomment the following cell only if you wish to repeat the whole calculation.**" ] }, { @@ -1131,14 +1131,14 @@ "metadata": {}, "outputs": [], "source": [ - "for gamma in np.linspace(0.2, 0.66, 16):\n", - " update_gamma(gamma)\n", - " for model in models:\n", - " rm_old_files(model)\n", - " run_analysis(model)\n", - " data_summary = summarize_data()\n", + "# for gamma in np.linspace(0.2, 0.66, 16):\n", + "# update_gamma(gamma)\n", + "# for model in models:\n", + "# rm_old_files(model)\n", + "# run_analysis(model)\n", + "# data_summary = summarize_data()\n", " \n", - " generate_table(data_summary, gamma)" + "# generate_table(data_summary, gamma)" ] }, { @@ -1216,7 +1216,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.9.7" + "version": "3.7.11" } }, "nbformat": 4, -- GitLab