Skip to content

Commit 2a42b26

Browse files
committed
FIX: small post merge corrections.
1 parent c563472 commit 2a42b26

File tree

3 files changed

+84
-353
lines changed

3 files changed

+84
-353
lines changed

docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb

+82-351
Large diffs are not rendered by default.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ env-analysis = [
5151
]
5252

5353
monte-carlo = [
54-
"imageio",
54+
"imageio", "h5py", "multiprocess"
5555
]
5656

5757
all = ["rocketpy[env-analysis]", "rocketpy[monte-carlo]"]

rocketpy/simulation/monte_carlo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def __run_in_serial(self, append, light_mode):
298298
try:
299299
while self.__iteration_count < self.number_of_simulations:
300300
self.__run_single_simulation(
301-
self.iteration_count + idx_i,
301+
self.__iteration_count + idx_i,
302302
input_file,
303303
output_file,
304304
light_mode=light_mode,

0 commit comments

Comments
 (0)