diff --git a/module2/exo5/exo5_python_fr.org b/module2/exo5/exo5_python_fr.org index 930d8b230746bb39fce1881e91ef72d410b94326..015e0733a1234f3d5bb9c3d604d04fd1f575d93f 100644 --- a/module2/exo5/exo5_python_fr.org +++ b/module2/exo5/exo5_python_fr.org @@ -80,7 +80,7 @@ ysfonctionnements, 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