From 531c449271bb40020d384b31b7484daa14d73035 Mon Sep 17 00:00:00 2001 From: cliffckerr Date: Mon, 17 May 2021 23:13:53 -0700 Subject: [PATCH] update tutorial --- docs/tutorials/tut_calibration.ipynb | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/tutorials/tut_calibration.ipynb b/docs/tutorials/tut_calibration.ipynb index e50f70e5c..f1cfffbad 100644 --- a/docs/tutorials/tut_calibration.ipynb +++ b/docs/tutorials/tut_calibration.ipynb @@ -190,13 +190,6 @@ " # Run the calibration\n", " n_trials = 25\n", " n_workers = 4\n", - " calib = sim.calibrate(calib_pars=calib_pars, n_trials=n_trials, n_workers=n_workers)\n", - "\n", - "if __name__ == '__main__':\n", - "\n", - " # Run the calibration\n", - " n_trials = 25\n", - " n_workers = 4\n", " calib = sim.calibrate(calib_pars=calib_pars, n_trials=n_trials, n_workers=n_workers)" ] }, @@ -204,7 +197,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let's see how well it did:" + "So it improved the fit (see above), but let's visualize this as a plot:" ] }, {