From abea871486c59e3102a4338fc377569afb1ffb38 Mon Sep 17 00:00:00 2001
From: Michael Kuron <mkuron@icp.uni-stuttgart.de>
Date: Thu, 30 Jan 2020 17:42:08 +0100
Subject: [PATCH] fvm test: comment correction

---
 pystencils_tests/test_fvm.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pystencils_tests/test_fvm.py b/pystencils_tests/test_fvm.py
index 11da32f8b..c973448e5 100644
--- a/pystencils_tests/test_fvm.py
+++ b/pystencils_tests/test_fvm.py
@@ -145,5 +145,4 @@ def test_ek():
         assert a.lhs == b.lhs
         assert a.rhs == b.rhs
 
-    # TODO: test advection and source
-
+# TODO: test source
-- 
GitLab