RocketPy-Team / RocketPy

Next generation High-Power Rocketry 6-DOF Trajectory Simulation
https://docs.rocketpy.org/
MIT License
650 stars 159 forks source link

BUG: Initialize `_Controller` Init Parameters #703

Closed MateusStano closed 1 month ago

MateusStano commented 1 month ago

Some arguments passed to __init__ of the _Controller class were not being saved. This PR fixes this issue

This is important for controller/airbrakes serialization.

Should be merged after #701

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.90%. Comparing base (b9b44dd) to head (5aee235). Report is 17 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #703 +/- ## =========================================== - Coverage 76.02% 75.90% -0.12% =========================================== Files 99 99 Lines 11278 11222 -56 =========================================== - Hits 8574 8518 -56 Misses 2704 2704 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.