Skip to content
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: Expansion of Encoders Implementation for Full Flights. #679

Merged
merged 3 commits into from
Dec 21, 2024

MNT: Allow for encoding customization of MonteCarlo.

c389519
Select commit
Loading
Failed to load commit list.
Merged

ENH: Expansion of Encoders Implementation for Full Flights. #679

MNT: Allow for encoding customization of MonteCarlo.
c389519
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 20, 2024 in 0s

76.34% (-0.08%) compared to 83aa20e

View this Pull Request on Codecov

76.34% (-0.08%) compared to 83aa20e

Details

Codecov Report

Attention: Patch coverage is 70.58824% with 115 lines in your changes missing coverage. Please review.

Project coverage is 76.34%. Comparing base (83aa20e) to head (c389519).
Report is 9 commits behind head on develop.

Files with missing lines Patch % Lines
rocketpy/rocket/rocket.py 43.58% 22 Missing ⚠️
rocketpy/environment/environment.py 59.61% 21 Missing ⚠️
rocketpy/_encoders.py 78.18% 12 Missing ⚠️
rocketpy/motors/tank_geometry.py 64.51% 11 Missing ⚠️
...ocketpy/rocket/aero_surface/fins/free_form_fins.py 33.33% 6 Missing ⚠️
rocketpy/rocket/parachute.py 71.42% 6 Missing ⚠️
rocketpy/motors/tank.py 87.80% 5 Missing ⚠️
...cketpy/rocket/aero_surface/fins/elliptical_fins.py 37.50% 5 Missing ⚠️
rocketpy/rocket/components.py 37.50% 5 Missing ⚠️
rocketpy/simulation/flight.py 37.50% 5 Missing ⚠️
... and 9 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #679      +/-   ##
===========================================
- Coverage    76.42%   76.34%   -0.08%     
===========================================
  Files           95       96       +1     
  Lines        11090    11460     +370     
===========================================
+ Hits          8475     8749     +274     
- Misses        2615     2711      +96     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.