From f2ff9f89d43c204561edef22ed2480157cb5989f Mon Sep 17 00:00:00 2001 From: 4bb0f49ad7e02c93b7804cb2c6776886 <4bb0f49ad7e02c93b7804cb2c6776886@app-learninglab.inria.fr> Date: Thu, 26 May 2022 22:05:01 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index b7a73ff..ad6078f 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -71,7 +71,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 11, "metadata": {}, "outputs": [ { @@ -94,7 +94,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", @@ -113,7 +112,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -122,7 +121,7 @@ "3.112" ] }, - "execution_count": 10, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } -- 2.18.1