summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2018-05-29 16:16:41 +0200
committerGitHub <noreply@github.com>2018-05-29 16:16:41 +0200
commit90efa5a8b189214d1aeb81920b2bb04ce0c261ca (patch)
tree62e2f1a3cca2f4885e8c0e2a0b135a5f574d6a8c /Makefile
parentec79b791f4f4a62f7c04b7bbf14fe2f5dcbb4c75 (diff)
parent54f0b47e55c966d5492e4ce19ec4e704ef3278d6 (diff)
Merge pull request #47 from rflamary/bary
LP Wasserstein barycenter with scipy linear solver and/or cvxopt
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0de3fe9..1abc6e9 100644
--- a/Makefile
+++ b/Makefile
@@ -58,9 +58,9 @@ notebook :
ipython notebook --matplotlib=inline --notebook-dir=notebooks/
autopep8 :
- autopep8 -ir test ot examples
+ autopep8 -ir test ot examples --jobs -1
aautopep8 :
- autopep8 -air test ot examples
+ autopep8 -air test ot examples --jobs -1
FORCE :