-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
HOTFIX: Negative Static Margin #476
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #476 +/- ##
==========================================
- Coverage 70.80% 70.70% -0.10%
==========================================
Files 55 55
Lines 9234 9234
==========================================
- Hits 6538 6529 -9
- Misses 2696 2705 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
This Looks Good To Me
@giovaniceotto I think u can merge this one already. Could u create release notes pls? |
I will let the boss @MateusStano do it in case there is anything else relevant that I am not aware of.
I wanted to create it in the file, but it isn't in master yet. So I'll just do it here to help the release: Fixed
|
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest --runslow
) have passed locallyCurrent behavior
When using the
nose_to_tail
coordinate system for theRocket
class, the sign of the static margin was inverted since a sign correction was applied twice, as noticed by @MateusStano.New behavior
Things just work now. One of the sign corrections was removed. Ironically, we had tests for this, but they were not working properly. This has also been fixed.
Version has been bumped up to v1.1.1 so that a hotfix can be released.
Breaking change
Additional information
This bug was reported by Bob Brown [D&W] (MΦNK3Y#2638) through our Discord server.