From 7df1c39c07224865c769217ab3a5332ebfa32b82 Mon Sep 17 00:00:00 2001 From: d682078cda52034c5c9de3f5af638a6f Date: Mon, 2 Nov 2020 16:01:00 +0000 Subject: [PATCH] Update exo5_python_fr.org --- module2/exo5/exo5_python_fr.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo5/exo5_python_fr.org b/module2/exo5/exo5_python_fr.org index afff5e0..2129bec 100644 --- a/module2/exo5/exo5_python_fr.org +++ b/module2/exo5/exo5_python_fr.org @@ -80,7 +80,7 @@ dysfonctionnements, nous nous concentrons sur les expériences où au moins un joint a été défectueux. #+begin_src python :results value :session *python* :exports both -data = data[data.Malfunction>0] +#data = data[data.Malfunction>0] data #+end_src -- 2.18.1