Skip to content

Commit

Permalink
Merge pull request #634 from RocketPy-Team/mnt/refactor-aerosurfaces
Browse files Browse the repository at this point in the history
MNT: Refactor `AeroSurfaces`
  • Loading branch information
MateusStano authored Jul 12, 2024
2 parents 2defa9a + 3130cdb commit 92f8c97
Show file tree
Hide file tree
Showing 14 changed files with 2,194 additions and 2,160 deletions.
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

0 comments on commit 92f8c97

Please sign in to comment.