Skip to content

Commit

Permalink
replace TODO by issue OpenMDAO#494 and OpenMDAO#495
Browse files Browse the repository at this point in the history
  • Loading branch information
xjjiang committed Aug 21, 2024
1 parent 2660f6e commit bfe67b3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@ def _test_unsteady_solved_ode(self, ground_roll=False, input_speed_type=SpeedTyp

cpd = p.check_partials(out_stream=None, method="cs",
excludes=["*params*", "*aero*"])
# TODO: the following test fails
# issue #495
# dTAS_dt_approx wrt flight_path_angle | abs | fwd-fd | 1.8689625335382314
# dTAS_dt_approx wrt flight_path_angle | rel | fwd-fd | 1.0
assert_check_partials(cpd, atol=2, rtol=2)
# assert_check_partials(cpd, atol=1e-6, rtol=1e-6)

def test_steady_level_flight(self):

# TODO: why not ground_roll in [True] ?
# issue #494: why not ground_roll in [True] ?
for ground_roll in [False]:
with self.subTest(msg=f"ground_roll={ground_roll}"):
self._test_unsteady_solved_ode(ground_roll=ground_roll)
Expand Down

0 comments on commit bfe67b3

Please sign in to comment.