From 852c118476b37ccfdd95188a7d1fafd178ef0dc1 Mon Sep 17 00:00:00 2001 From: fae5f1e5210247d12e5d131c4afcb61e Date: Mon, 26 Aug 2024 08:26:28 +0000 Subject: [PATCH] no commit message --- module2/exo1/toy_notebook_fr.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo1/toy_notebook_fr.ipynb b/module2/exo1/toy_notebook_fr.ipynb index 846ee15..65a5ba0 100644 --- a/module2/exo1/toy_notebook_fr.ipynb +++ b/module2/exo1/toy_notebook_fr.ipynb @@ -55,7 +55,7 @@ "source": [ "import numpy as np\n", "np.random.seed(seed=42)\n", - "N=10000\n", + "N = 10000\n", "x = np.random.uniform(size=N, low=0, high=1)\n", "theta = np.random.uniform(size=N,low=0,high=pi/2)\n", "2/(sum((x+np.sin(theta))>1)/N)" -- 2.18.1