Skip to content
Snippets Groups Projects
Commit 048ff2c8 authored by Sven Marcus's avatar Sven Marcus
Browse files

Skip incomplete L2 error test for now

parent 66c27e58
No related branches found
No related tags found
1 merge request!6Proper Python simulation tests
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment