Skip to content

Commit

Permalink
ENH: dispersion class overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusStano committed Jan 27, 2024
1 parent 7dc3ad7 commit 0e4f6b6
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 463 deletions.
117 changes: 66 additions & 51 deletions docs/notebooks/dispersion_analysis/dispersion_class_usage.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions rocketpy/monte_carlo/dispersion_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def __init__(self, object, **kwargs):
If the input arguments do not conform to the specified formats.
"""
self.object = object
self.last_rnd_dict = {}

for input_name, input_value in kwargs.items():
if input_name not in self.exception_list:
Expand Down
Loading

0 comments on commit 0e4f6b6

Please sign in to comment.