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/patch succeeded May 21, 2024 in 1s

75.71% of diff hit (target 73.38%)

View this Pull Request on Codecov

75.71% of diff hit (target 73.38%)

Annotations

Check warning on line 15 in rocketpy/_encoders.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/_encoders.py#L15

Added line #L15 was not covered by tests

Check warning on line 37 in rocketpy/_encoders.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/_encoders.py#L31-L37

Added lines #L31 - L37 were not covered by tests

Check warning on line 41 in rocketpy/_encoders.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/_encoders.py#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 43 in rocketpy/_encoders.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/_encoders.py#L43

Added line #L43 was not covered by tests

Check warning on line 54 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 58 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L56-L58

Added lines #L56 - L58 were not covered by tests

Check warning on line 62 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 101 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L101

Added line #L101 was not covered by tests

Check warning on line 126 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L126

Added line #L126 was not covered by tests

Check warning on line 143 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L143

Added line #L143 was not covered by tests

Check warning on line 172 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L167-L172

Added lines #L167 - L172 were not covered by tests

Check warning on line 177 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L177

Added line #L177 was not covered by tests

Check warning on line 183 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L182-L183

Added lines #L182 - L183 were not covered by tests

Check warning on line 188 in rocketpy/plots/monte_carlo_plots.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/plots/monte_carlo_plots.py#L186-L188

Added lines #L186 - L188 were not covered by tests

Check warning on line 27 in rocketpy/prints/monte_carlo_prints.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/prints/monte_carlo_prints.py#L27

Added line #L27 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/rocket/components.py#L114

Added line #L114 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L155-L158

Added lines #L155 - L158 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L161-L164

Added lines #L161 - L164 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L167

Added line #L167 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L169-L180

Added lines #L169 - L180 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L182

Added line #L182 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L188

Added line #L188 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L190

Added line #L190 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

rocketpy/simulation/monte_carlo.py#L200

Added line #L200 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