Skip to content
Snippets Groups Projects
Commit 860b8e05 authored by Adrien Crovato's avatar Adrien Crovato
Browse files

fix test for msvs2017

parent a45630e8
No related branches found
Tags v2.2.0
1 merge request!66v2.2.0 - Adjoint flow and cleaning of tbox
Pipeline #3903 passed
......@@ -88,7 +88,7 @@ def main():
tests.add(CTest('iteration count', solver.nIt, 3, 1, forceabs=True))
tests.add(CTest('CL', solver.Cl, 0.135, 5e-2))
tests.add(CTest('CD', solver.Cd, 0.0062, 1e-2)) # Tranair (NF=0.0062, FF=0.0030), Panair 0.0035
tests.add(CTest('CS', solver.Cs, 0.012, 1e-2))
tests.add(CTest('CS', solver.Cs, 0.0121, 5e-2))
tests.add(CTest('CM', solver.Cm, -0.0278, 1e-2))
else:
raise Exception('Test not defined for this flow')
......
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