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/patch failed Dec 18, 2024 in 1s

35.80% of diff hit (target 76.42%)

View this Pull Request on Codecov

35.80% of diff hit (target 76.42%)

Annotations

Check warning on line 174 in rocketpy/rocket/components.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/rocket/components.py#L173-L174

Added lines #L173 - L174 were not covered by tests

Check warning on line 185 in rocketpy/rocket/components.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/rocket/components.py#L184-L185

Added lines #L184 - L185 were not covered by tests

Check warning on line 209 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L209

Added line #L209 was not covered by tests

Check warning on line 211 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L211

Added line #L211 was not covered by tests

Check warning on line 213 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L213

Added line #L213 was not covered by tests

Check warning on line 216 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L215-L216

Added lines #L215 - L216 were not covered by tests

Check warning on line 218 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L218

Added line #L218 was not covered by tests

Check warning on line 220 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L220

Added line #L220 was not covered by tests

Check warning on line 237 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L237

Added line #L237 was not covered by tests

Check warning on line 245 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L239-L245

Added lines #L239 - L245 were not covered by tests

Check warning on line 247 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L247

Added line #L247 was not covered by tests

Check warning on line 253 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L252-L253

Added lines #L252 - L253 were not covered by tests

Check warning on line 263 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L263

Added line #L263 was not covered by tests

Check warning on line 270 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L268-L270

Added lines #L268 - L270 were not covered by tests

Check warning on line 274 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L272-L274

Added lines #L272 - L274 were not covered by tests

Check warning on line 279 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L276-L279

Added lines #L276 - L279 were not covered by tests

Check warning on line 281 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L281

Added line #L281 was not covered by tests

Check warning on line 283 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L283

Added line #L283 was not covered by tests

Check warning on line 288 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L285-L288

Added lines #L285 - L288 were not covered by tests

Check warning on line 294 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L290-L294

Added lines #L290 - L294 were not covered by tests

Check warning on line 312 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L311-L312

Added lines #L311 - L312 were not covered by tests

Check warning on line 315 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L314-L315

Added lines #L314 - L315 were not covered by tests

Check warning on line 317 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L317

Added line #L317 was not covered by tests

Check warning on line 319 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L319

Added line #L319 was not covered by tests

Check warning on line 324 in rocketpy/simulation/monte_carlo.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L321-L324

Added lines #L321 - L324 were not covered by tests