Skip to content

Commit

Permalink
update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffckerr committed May 18, 2021
1 parent 56ab243 commit 531c449
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/tutorials/tut_calibration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,14 @@
" # 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)"
]
},
{
"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:"
]
},
{
Expand Down

0 comments on commit 531c449

Please sign in to comment.