From a228d145d0f435b2f2527c7a13437cafa98a4d65 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 24 Jul 2018 14:15:23 +0200 Subject: last update makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 736fb36..dac8653 100644 --- a/Makefile +++ b/Makefile @@ -61,10 +61,10 @@ notebook : bench : @echo 'Branch master' git checkout master - #python3 $(script) + python3 $(script) @echo 'Branch $(branch)' git checkout $(branch) - #python3 $(script) + python3 $(script) autopep8 : autopep8 -ir test ot examples --jobs -1 -- cgit v1.2.3