Closed Gui-FernandesBR closed 4 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.71%. Comparing base (
655f4be
) to head (673ac84
). Report is 1 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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
Recently reported on discord:
New behavior
The problem was related to Function interpolations. I added the apogee state to the state solution so it created a point at the minimum value of the free stream speed curve (i.e. the apogee). This way we reduced the error when evaluating the stream speed at apogee.
Breaking change