Skip to content

Commit 92f8c97

Browse files
authored
Merge pull request #634 from RocketPy-Team/mnt/refactor-aerosurfaces
MNT: Refactor `AeroSurfaces`
2 parents 2defa9a + 3130cdb commit 92f8c97

File tree

14 files changed

+2194
-2160
lines changed

14 files changed

+2194
-2160
lines changed

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ good-names=FlightPhases,
215215
prop_I_11,
216216
Kt, # transformation matrix transposed
217217
clalpha2D,
218-
clalpha2D_incompresible,
218+
clalpha2D_incompressible,
219219
r_NOZ, # Nozzle position vector
220220
rocket_dry_I_33,
221221
rocket_dry_I_11,

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Attention: The newest changes should be on top -->
3737
### Changed
3838

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

4142
### Fixed
4243

0 commit comments

Comments
 (0)