From 0138dcf636c3f3f0e63110b08a8249f065e1fa73 Mon Sep 17 00:00:00 2001 From: Nathan Cassereau <84033440+ncassereau-idris@users.noreply.github.com> Date: Mon, 1 Aug 2022 17:38:05 +0200 Subject: [MRG] Solve example throwing an error when executed on a GPU (#391) * Solve example throwing an error when executed on a GPU * add PR to releases.md * update pep8 command * pep8 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 315218d..7a5cbe1 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ clean : FORCE $(PYTHON) setup.py clean pep8 : - flake8 examples/ ot/ test/ + flake8 examples/ ot/ test/ --count --max-line-length=127 --statistics --show-source test : FORCE pep8 $(PYTHON) -m pytest --durations=20 -v test/ --doctest-modules --ignore ot/gpu/ -- cgit v1.2.3