Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: Refactor AeroSurfaces #634

Merged
merged 12 commits into from
Jul 12, 2024
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ good-names=FlightPhases,
prop_I_11,
Kt, # transformation matrix transposed
clalpha2D,
clalpha2D_incompresible,
clalpha2D_incompressible,
r_NOZ, # Nozzle position vector
rocket_dry_I_33,
rocket_dry_I_11,
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Attention: The newest changes should be on top -->
### Changed

- MNT: Refactors the code to adopt pylint [#621](https://github.com/RocketPy-Team/RocketPy/pull/621)
- MNT: Refactor AeroSurfaces [#634](https://github.com/RocketPy-Team/RocketPy/pull/634)

### Fixed

Expand Down
Loading
Loading