Closed phmbressan closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 74.46%. Comparing base (
3a4c742
) to head (1a16b14
). Report is 44 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
Adding a
Tank
with zero mass flow rate at all times causes an error onexhaust_velocity
computation.New behavior
Zeros were added as defaults to the
exhaust_velocity
calculation and thetotal_mass_flow_rate
formula as changed to an identical one that avoids possible zero divisions errors.Breaking change