From 048ff2c874021309ca5da23aea9436edae930f67 Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Thu, 4 Feb 2021 11:08:24 +0100 Subject: [PATCH] Skip incomplete L2 error test for now --- Python/poiseuille/test_poiseuille_l2.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Python/poiseuille/test_poiseuille_l2.py b/Python/poiseuille/test_poiseuille_l2.py index 2d774fd26..508fda5d6 100644 --- a/Python/poiseuille/test_poiseuille_l2.py +++ b/Python/poiseuille/test_poiseuille_l2.py @@ -14,10 +14,7 @@ from vtk_utilities import vertical_column_from_mesh, get_values_from_indices class TestPoiseuilleFlow(unittest.TestCase): def test_poiseuille_flow(self): - """ - WHEN comparing the simulation results to the analytical solution THEN the L2-Norm should be less than 1e-4 - """ - # self.skipTest("Skipping test! This test is not implemented correctly") + self.skipTest("Skipping test! This test has not been implemented correctly yet") plt.ion() channel_height = 10 -- GitLab