From 0ba420fbf2aa82b1ae65fe348bbfead8b8e3dda7 Mon Sep 17 00:00:00 2001
From: Philipp Arras <parras@mpa-garching.mpg.de>
Date: Fri, 19 Jun 2020 21:35:38 +0200
Subject: [PATCH] Cleanup

---
 test/test_operators/test_complex_consistency.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/test_operators/test_complex_consistency.py b/test/test_operators/test_complex_consistency.py
index 975d21300..8785ceb12 100644
--- a/test/test_operators/test_complex_consistency.py
+++ b/test/test_operators/test_complex_consistency.py
@@ -51,4 +51,3 @@ def test_GaussianEnergy():
         val1 = (real_energy(fld.real) + imag_energy(fld.imag)).val
         val2 = complex_energy(fld).val
         np.testing.assert_allclose(val1, val2, atol=10./np.sqrt(Nsamp))
-
-- 
GitLab