From 475424f88f93d759c66cc166a47751c6cb7d60e0 Mon Sep 17 00:00:00 2001 From: 980bcc6f89c14974b61c64794078c776 <980bcc6f89c14974b61c64794078c776@app-learninglab.inria.fr> Date: Thu, 21 Sep 2023 08:47:13 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 4fe3145..2827fcf 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -77,7 +77,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -100,7 +100,6 @@ "N = 1000\n", "x = np.random.uniform(size=N, low=0, high=1)\n", "y = np.random.uniform(size=N, low=0, high=1)\n", - "1\n", "accept = (x*x+y*y) <= 1\n", "reject = np.logical_not(accept)\n", "fig, ax = plt.subplots(1)\n", -- 2.18.1