Skip to content

Commit

Permalink
update test value of Mission.Summary.Range in GwGm shooting to correc…
Browse files Browse the repository at this point in the history
…t error in test execution
  • Loading branch information
Bennett committed Jan 13, 2025
1 parent 748297c commit eb283a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aviary/validation_cases/benchmark_tests/test_bench_GwGm.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_bench_GwGm_shooting(self):
)

assert_near_equal(
prob.get_val(Mission.Summary.RANGE, units='NM'), 3675.0, tolerance=rtol
prob.get_val(Mission.Summary.RANGE, units='NM'), 3765.48, tolerance=rtol
)

assert_near_equal(
Expand Down

0 comments on commit eb283a2

Please sign in to comment.