From c16665687b07a2d3c5b2e183b37d724980a1347d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20He=C3=9F?= <rene.hess@iwr.uni-heidelberg.de> Date: Wed, 26 Oct 2016 14:09:29 +0200 Subject: [PATCH] [Fix] Make pytest pass --- python/dune/perftool/options.py | 2 +- python/dune/perftool/pdelab/restriction.py | 2 +- python/dune/perftool/sumfact/__init__.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/python/dune/perftool/options.py b/python/dune/perftool/options.py index a4c2e210..4b4189f9 100644 --- a/python/dune/perftool/options.py +++ b/python/dune/perftool/options.py @@ -119,4 +119,4 @@ def option_switch(opt): return opt else: return "default" - return _switch \ No newline at end of file + return _switch diff --git a/python/dune/perftool/pdelab/restriction.py b/python/dune/perftool/pdelab/restriction.py index e889fcd6..7d77a17b 100644 --- a/python/dune/perftool/pdelab/restriction.py +++ b/python/dune/perftool/pdelab/restriction.py @@ -7,4 +7,4 @@ def restricted_name(name, restriction): if restriction == Restriction.POSITIVE: return name + '_n' if restriction == Restriction.NEGATIVE: - return name + '_s' \ No newline at end of file + return name + '_s' diff --git a/python/dune/perftool/sumfact/__init__.py b/python/dune/perftool/sumfact/__init__.py index 4f1ce7c9..3f081643 100644 --- a/python/dune/perftool/sumfact/__init__.py +++ b/python/dune/perftool/sumfact/__init__.py @@ -1,7 +1,6 @@ # Trigger some imports that are needed to have all backend implementations visible # to the selection mechanisms import dune.perftool.sumfact.amatrix -import dune.perftool.sumfact.quadrature import dune.perftool.sumfact.sumfact from dune.perftool.sumfact.sumfact import start_sumfactorization -- GitLab