Skip to content

Commit bb7b2e3

Browse files
khushalkottaruGui-FernandesBR
authored andcommitted
style: fix ruff formatting
1 parent def437c commit bb7b2e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/environment/test_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_wind_plots_wrapping_direction(mock_show, example_plain_env): # pylint:
115115
type="custom_atmosphere",
116116
pressure=None,
117117
temperature=300,
118-
wind_u=[(0, 1), (5000, -1)], # changes sign across altitude
118+
wind_u=[(0, 1), (5000, -1)], # changes sign across altitude
119119
wind_v=[(0, -6), (5000, -6)], # stays negative → heading near 350°/10°
120120
)
121121
# Verify that the wind direction actually wraps through 0°/360° in this

0 commit comments

Comments
 (0)