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: Parallel mode for monte-carlo simulations #619

Open
wants to merge 69 commits into
base: develop
Choose a base branch
from

BUG: fixing random number generator bug in StochasticRocket and issue…

0009c24
Select commit
Loading
Failed to load commit list.
Open

ENH: Parallel mode for monte-carlo simulations #619

BUG: fixing random number generator bug in StochasticRocket and issue…
0009c24
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 18, 2024 in 0s

75.89% (-0.53%) compared to 83aa20e

View this Pull Request on Codecov

75.89% (-0.53%) compared to 83aa20e

Details

Codecov Report

Attention: Patch coverage is 35.80786% with 147 lines in your changes missing coverage. Please review.

Project coverage is 75.89%. Comparing base (83aa20e) to head (0009c24).
Report is 9 commits behind head on develop.

Files with missing lines Patch % Lines
rocketpy/simulation/monte_carlo.py 26.45% 139 Missing ⚠️
rocketpy/rocket/components.py 33.33% 4 Missing ⚠️
rocketpy/stochastic/stochastic_rocket.py 81.81% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #619      +/-   ##
===========================================
- Coverage    76.42%   75.89%   -0.53%     
===========================================
  Files           95       96       +1     
  Lines        11090    11223     +133     
===========================================
+ Hits          8475     8518      +43     
- Misses        2615     2705      +90     

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