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

(fix) Fix api test

parent ea893bcc
No related branches found
No related tags found
1 merge request!1BLASTER v1.0
Pipeline #49341 passed
......@@ -151,8 +151,8 @@ def main():
print(ccolors.ANSI_BLUE + 'PyTesting' + ccolors.ANSI_RESET)
tests = CTests()
tests.add(CTest('Cl', isol.getCl(), 0.226, 1e-2))
tests.add(CTest('Cd', isol.getCd()+vsol.Cdf, 0.00587, 1e-3))
tests.add(CTest('dCl_dAoA', adj.tdCl_AoA, 5.47, 1e-4))
tests.add(CTest('Cd', isol.getCd()+vsol.Cdf, 0.00587, 1e-2))
tests.add(CTest('dCl_dAoA', adj.tdCl_AoA, 5.47, 1e-3))
tests.add(CTest('dCd_dAoA', adj.tdCd_AoA, 0.09531, 1e-3))
tests.run()
......
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