-
-
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
ENH: add structural to total mass ratio for motor and rocket #713
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #713 +/- ##
===========================================
+ Coverage 75.88% 75.96% +0.07%
===========================================
Files 99 99
Lines 11222 11258 +36
===========================================
+ Hits 8516 8552 +36
Misses 2706 2706 ☔ View full report in Codecov by Sentry. |
Made the suggested changes. The PR is ready for review again! |
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.
one last thing, @Lucas-Prates please update the CHANGELOG
b5a4f61
to
fc3013f
Compare
Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com>
fc3013f
to
234e10d
Compare
Pull request type
Checklist
black rocketpy/ tests/
) has passed locallypytest tests -m slow --runslow
) have passed locallyNew behavior
Solves issue #671 .
Breaking change
Additional information
From what I understood from the issue, the information required to be printed was the the ratio of the dry mass by the total mass. I saw some sources computing the propellant mass ratio, which I believe is the opposite (inverse of the specified ratio).