BUG: fix standard atmosphere#369
Conversation
phmbressan
left a comment
There was a problem hiding this comment.
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