Skip to content

Commit

Permalink
update to match new neuralfoil
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Mar 12, 2024
1 parent a4e7a67 commit f79647c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aerosandbox/geometry/test_geometry/test_airfoil.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def test_optimize_through_control_surface_deflections_for_CL():

sol = opti.solve()

assert sol(d) == pytest.approx(7.32, abs=1)
assert sol(d) == pytest.approx(8.34, abs=1)


if __name__ == '__main__':
Expand Down

0 comments on commit f79647c

Please sign in to comment.