Skip to content

Commit 05ff066

Browse files
authored
Update utilities.py
1 parent 3c89ecf commit 05ff066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpy/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def create_dispersion_dictionary(dic):
213213
dictionary
214214
Dictionary with all rocket data used in dispersion analysis.
215215
"""
216-
dataframe = pd.read_csv(dic, sep=";", skiprows=[0, 1], header=None)
216+
dataframe = pd.read_csv(dic, skiprows=[0, 1], header=None)
217217

218218
rocketKeys = list(dataframe[1].dropna())
219219
rocketValues = list(dataframe[2].dropna())

0 commit comments

Comments
 (0)