Skip to content
Snippets Groups Projects
Verified Commit 37adc695 authored by Paul Dechamps's avatar Paul Dechamps :speech_balloon:
Browse files

(fix) Fixed validation test for high lift

parent 7b4d5eff
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #50762 passed
......@@ -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
......
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