Skip to content

Commit 88aeadb

Browse files
committed
ENH: remove uncessary check
1 parent f2eb098 commit 88aeadb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

rocketpy/Dispersion.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,6 @@ def __process_dispersion_dict(self, dictionary):
306306
dictionary: dict
307307
The modified dictionary with the processed parameters.
308308
"""
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-
)
314309

315310
# Now we prepare all the parachute data
316311
dictionary = self.__process_parachute_from_dict(dictionary)

0 commit comments

Comments
 (0)