BUG: Sideslip Angle and Damping Coefficient Calculation by MateusStano · Pull Request #729 · RocketPy-Team/RocketPy
Pull request type
- Code changes (bugfix, features)
Checklist
- Lint (
black rocketpy/ tests/) has passed locally - All tests (
pytest tests -m slow --runslow) have passed locally -
CHANGELOG.mdhas been updated (if relevant)
Description
Fixed the calculation of the angle of sideslip to be in accordance with the documentation.
Fixed the sign of the damping coefficient in the LinearGenericSurface
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 76.08%. Comparing base (
a6a0f74) to head (1574aea).
Report is 18 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@ ## develop #729 +/- ## =========================================== + Coverage 75.95% 76.08% +0.12% =========================================== Files 99 95 -4 Lines 11237 10997 -240 =========================================== - Hits 8535 8367 -168 + Misses 2702 2630 -72
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters