We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2eb098 commit 88aeadbCopy full SHA for 88aeadb
rocketpy/Dispersion.py
@@ -306,11 +306,6 @@ def __process_dispersion_dict(self, dictionary):
306
dictionary: dict
307
The modified dictionary with the processed parameters.
308
"""
309
- # First we need to check if the dictionary is empty
310
- if not dictionary:
311
- raise ValueError(
312
- "The dispersion dictionary is empty. no dispersion can be performed"
313
- )
314
315
# Now we prepare all the parachute data
316
dictionary = self.__process_parachute_from_dict(dictionary)
0 commit comments