Skip to content

Commit

Permalink
Update tests/test_environment.py
Browse files Browse the repository at this point in the history
Co-authored-by: Gui-FernandesBR <[email protected]>
  • Loading branch information
MateusStano and Gui-FernandesBR authored Jan 25, 2024
1 parent 5349743 commit 09d0b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_standard_atmosphere(mock_show, example_env):
assert example_env.info() == None
assert example_env.all_info() == None
assert abs(example_env.pressure(0) - 101325.0) < 1e-8
assert example_env.barometric_height(101325.0) < 1e-2
assert abs(example_env.barometric_height(101325.0)) < 1e-2
assert example_env.prints.print_earth_details() == None


Expand Down

0 comments on commit 09d0b4b

Please sign in to comment.