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 4225405 commit d3e7e31
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 @@ -73,7 +73,7 @@ def test_wyoming_sounding_atmosphere(mock_show, example_env):
pass
assert example_env.all_info() == None
assert abs(example_env.pressure(0) - 93600.0) < 1e-8
assert example_env.barometric_height(example_env.pressure(0)) == 722.0
assert abs(example_env.barometric_height(example_env.pressure(0)) - 722.0) < 1e-8
assert abs(example_env.wind_velocity_x(0) - -2.9005178894925043) < 1e-8
assert abs(example_env.temperature(100) - 291.75) < 1e-8

Expand Down

0 comments on commit d3e7e31

Please sign in to comment.