From 3387871c6739d361e7de59797183b601624fec1b Mon Sep 17 00:00:00 2001 From: Mauro Donega <mauro.donega@cern.ch> Date: Sun, 10 May 2020 21:34:53 +0200 Subject: [PATCH] clean up --- binnedLikelihood.ipynb | 19 ------------------- unbinnedLikelihood.ipynb | 21 --------------------- 2 files changed, 40 deletions(-) diff --git a/binnedLikelihood.ipynb b/binnedLikelihood.ipynb index 6298284..1e29157 100644 --- a/binnedLikelihood.ipynb +++ b/binnedLikelihood.ipynb @@ -508,25 +508,6 @@ "m.get_param_states()" ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/mauro/anaconda3/envs/fits/lib/python3.7/site-packages/iminuit/_minuit_methods.py:133: LogWarning: x is really small return 0\n", - " pts = self.mncontour(x, y, numpoints, sigma)[2]\n" - ] - } - ], - "source": [ - "plt.figure(figsize=[5,5])\n", - "m.draw_mncontour('loc', 'scale', nsigma=1, numpoints=100) # nsigma=4 says: draw four contours from sigma=1 " - ] - }, { "cell_type": "code", "execution_count": null, diff --git a/unbinnedLikelihood.ipynb b/unbinnedLikelihood.ipynb index 757612a..1b3f6c6 100644 --- a/unbinnedLikelihood.ipynb +++ b/unbinnedLikelihood.ipynb @@ -828,27 +828,6 @@ "plt.figure(figsize=[5,5])\n", "m.draw_mncontour('mean', 'sigma', nsigma=4, numpoints=100) # nsigma=4 says: draw four contours from sigma=1 to 4" ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { -- GitLab