From 7462481ddd67960d08c9ec311112fdaf5dbff648 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Wed, 5 Sep 2018 17:59:07 +0200 Subject: [PATCH] remove print from test --- kwant/continuum/tests/test_discretizer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kwant/continuum/tests/test_discretizer.py b/kwant/continuum/tests/test_discretizer.py index f66f28c6..e8dfd4dc 100644 --- a/kwant/continuum/tests/test_discretizer.py +++ b/kwant/continuum/tests/test_discretizer.py @@ -443,7 +443,6 @@ def test_numeric_functions_advance(): # test onsite v = symbolic.pop((0,)).subs({sympy.symbols('a_x'): a, B: p['B']}) - print(v) f_sym = sympy.lambdify(['A', 'x'], v) f_num = builder[lat(0)] -- GitLab