Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
kanekosh committed Feb 1, 2021
1 parent 9c2970d commit 866c1c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openaerostruct/tests/test_aero.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ def test(self):

assert_rel_error(self, prob['aero_point_0.wing_perf.CD'][0], 0.033389699871650073, 1e-6)
assert_rel_error(self, prob['aero_point_0.wing_perf.CL'][0], 0.5, 1e-6)
# assert_rel_error(self, prob['aero_point_0.CM'][1], -1.7885550372372376, 1e-6) # this is correct
assert_rel_error(self, prob['aero_point_0.CM'][1], -100, 1e-6) # this is not correct
assert_rel_error(self, prob['aero_point_0.CM'][1], -1.7885550372372376, 1e-6)


if __name__ == '__main__':
Expand Down

0 comments on commit 866c1c0

Please sign in to comment.