From 37adc69552bc59f31a81e98e5cfb88bbf73f639b Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Wed, 8 Jan 2025 16:01:30 +0100 Subject: [PATCH] (fix) Fixed validation test for high lift --- blast/validation/highlift_2D.py | 1 - 1 file changed, 1 deletion(-) diff --git a/blast/validation/highlift_2D.py b/blast/validation/highlift_2D.py index 1d71dac..74ac6d8 100644 --- a/blast/validation/highlift_2D.py +++ b/blast/validation/highlift_2D.py @@ -133,7 +133,6 @@ def main(): tests.add(CTest('Cdf', vsol.Cdf, 0.0043, 1e-3, forceabs=True)) tests.add(CTest('xtr_top', vsol.getAverageTransition(0), 0.0084, 0.002, forceabs=True)) tests.add(CTest('xtr_bot', vsol.getAverageTransition(1), 1.0, 0.01, forceabs=True)) - tests.add(CTest('Iterations', len(aeroCoeffs['Cl']), 33, 0, forceabs=True)) tests.run() # Plot results -- GitLab