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: Introducing the Monte Carlo class #232

Merged
merged 383 commits into from
May 21, 2024

Merge branch 'develop' into enh/class_dispersion

209434f
Select commit
Loading
Failed to load commit list.
Merged

ENH: Introducing the Monte Carlo class #232

Merge branch 'develop' into enh/class_dispersion
209434f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 21, 2024 in 1s

73.60% (+0.22%) compared to 64bdab2

View this Pull Request on Codecov

73.60% (+0.22%) compared to 64bdab2

Details

Codecov Report

Attention: Patch coverage is 75.71090% with 205 lines in your changes are missing coverage. Please review.

Project coverage is 73.60%. Comparing base (64bdab2) to head (209434f).
Report is 5 commits behind head on develop.

Files Patch % Lines
rocketpy/simulation/monte_carlo.py 65.45% 76 Missing ⚠️
rocketpy/stochastic/stochastic_model.py 75.00% 28 Missing ⚠️
rocketpy/stochastic/stochastic_rocket.py 85.32% 27 Missing ⚠️
rocketpy/plots/monte_carlo_plots.py 61.40% 22 Missing ⚠️
rocketpy/_encoders.py 35.29% 11 Missing ⚠️
rocketpy/tools.py 86.74% 11 Missing ⚠️
rocketpy/stochastic/stochastic_environment.py 75.00% 10 Missing ⚠️
rocketpy/stochastic/stochastic_flight.py 62.96% 10 Missing ⚠️
rocketpy/stochastic/stochastic_aero_surfaces.py 85.00% 6 Missing ⚠️
rocketpy/stochastic/stochastic_parachute.py 91.66% 2 Missing ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #232      +/-   ##
===========================================
+ Coverage    73.38%   73.60%   +0.22%     
===========================================
  Files           57       70      +13     
  Lines         9461    10310     +849     
===========================================
+ Hits          6943     7589     +646     
- Misses        2518     2721     +203     

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