Lucas Prates
Lucas Prates
## Pull request type - [x] Other (please describe): This PR is a **draft** to implement sensitivity analysis in RocketPy. It is a work in progress and needs validation. ##...
## Pull request type - [x] Code changes (bugfix, features) ## Checklist - [x] Lint (`black rocketpy/ tests/`) has passed locally - [x] All tests (`pytest tests -m slow --runslow`)...
The environment is an important input for the [air brakes controllers](https://docs.rocketpy.org/en/latest/user/airbrakes.html). However, as far as I can see it, it can only be accessed using global variables. **Describe the solution...