From a56a807cf64c76b5a7594b299f1c67970b59f938 Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Mon, 8 Jul 2024 11:32:29 +0200 Subject: [PATCH] remove debug code from test file --- tests/cumulantmethod/test_flow_around_sphere.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/cumulantmethod/test_flow_around_sphere.py b/tests/cumulantmethod/test_flow_around_sphere.py index 192a682e..46b27502 100644 --- a/tests/cumulantmethod/test_flow_around_sphere.py +++ b/tests/cumulantmethod/test_flow_around_sphere.py @@ -1,4 +1,3 @@ -#%% import pytest import numpy as np from dataclasses import replace @@ -161,7 +160,3 @@ def test_flow_around_sphere_long(stencil, galilean_correction, fourth_order_corr if fourth_order_correction and stencil.Q != 27: pytest.skip("Fourth-order correction only defined for D3Q27 stencil.") flow_around_sphere(stencil, galilean_correction, fourth_order_correction, 20, 3000) - - -#%% -test_flow_around_sphere_short(Stencil.D2Q9, False, False) \ No newline at end of file -- GitLab