-
-
Notifications
You must be signed in to change notification settings - Fork 158
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
BUG: Add reference area factor correction to aero surfaces (solves #557) #558
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #558 +/- ##
==========================================
+ Coverage 72.47% 72.58% +0.10%
==========================================
Files 59 59
Lines 9567 9576 +9
==========================================
+ Hits 6934 6951 +17
+ Misses 2633 2625 -8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for a fast resolution for this bug. Here comes my first review.
I will try to help with the remaining TODOs, let's coordinate it together.
I would appreciate hearing from you on the comments that I've added below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's open an issue to deal with the AeroComponent and ref_factor thread.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work guys. The only thing left to do I guess would be to refactor the newly created tests. Gonna open an issue for that. I think there is room for creating fixtures, parametrizing, etc. However, for a hotfix this is more than enough.
643ea6e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM,
All credits go to @giovaniceotto (aka the wizard) for this fix.
Thanks for quickly solving the review comments @Gui-FernandesBR . Great fix by @giovaniceotto . |
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyCHANGELOG.md
has been updated (if relevant)Current behavior
See #557.
New behavior
Issue #557 is fixed.
Breaking change
TODO: