-
-
Notifications
You must be signed in to change notification settings - Fork 194
BUG: fix standard atmosphere #369
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
Conversation
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.
Good that weird code block was corrected. Just to be sure I checked the results with the module Ambience
and they are good.
Interesting. We can do this right before or right after (or during I guess...) the snake case changes |
Great idea, @phmbressan ! I never used this |
Agreed! Therefore I'm mentioning #361 here too |
Yes, that one. I made a typo in the module name it is |
Great, many thank for slid reviewing it. Based on the two approved reviews, I'm proceeding with the merge operation |
Pull request type
Please check the type of change your PR introduces:
Pull request checklist
Please check if your PR fulfills the following requirements, depending on the type of PR:
Code base maintenance (refactoring, formatting, renaming):
black rocketpy
) has passed locally and any fixes were madepytest --runslow
) have passed locallyWhat is the current behavior?
@MateusStano recently caught an inconsistency with the geopotential <=> geometric altitudes in the Environment Class.
I hereby confirm that is currently a BUG and the code has not been working properly so far.
What is the new behavior?
I verified every equation in the Standard Atmosphere model, comparing each of them with the ISO 2533 available online.
All the inconsistencies were removed.
A few comments were provided to warn users of model limitations.
Does this introduce a breaking change?
Other information