Skip to content

Commit

Permalink
replace TODO by issue OpenMDAO#494
Browse files Browse the repository at this point in the history
  • Loading branch information
xjjiang committed Aug 21, 2024
1 parent ba2fac2 commit 2660f6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _test_unsteady_alpha_thrust_iter_group(self, ground_roll=False):
assert_check_partials(cpd, atol=1e-10, rtol=1e-10)

def test_iter_group(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_alpha_thrust_iter_group(ground_roll=ground_roll)
Expand Down

0 comments on commit 2660f6e

Please sign in to comment.