diff --git a/blast/tests/apiTest.py b/blast/tests/apiTest.py index 3b5bb9b4afcf6683c6647c33d62081ec94420992..34848105fc8d040e05da13aca801d08ae4355004 100644 --- a/blast/tests/apiTest.py +++ b/blast/tests/apiTest.py @@ -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()