We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b1afd6 commit deda92eCopy full SHA for deda92e
src/services/environment.py
@@ -34,7 +34,7 @@ def from_env_model(cls, env: EnvironmentModel) -> Self:
34
pressure=env.pressure,
35
temperature=env.temperature,
36
wind_u=env.wind_u,
37
- wind_v=env.wind_v
+ wind_v=env.wind_v,
38
)
39
return cls(environment=rocketpy_env)
40
0 commit comments