From 5efdf008865ea347775708b637d933e048d663ec Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 21 Mar 2018 09:03:58 +0100 Subject: add test linear mapping class --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e0c576..468d042 100644 --- a/Makefile +++ b/Makefile @@ -56,6 +56,11 @@ rdoc : notebook : ipython notebook --matplotlib=inline --notebook-dir=notebooks/ + +autopep8 : + autopep8 -ir test ot examples +aautopep8 : + autopep8 -air test ot examples FORCE : -- cgit v1.2.3