Skip to content

Commit ddc3a36

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Remove unnecessary keys in data height dictionary in example
1 parent 05562d4 commit ddc3a36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

example/basic_example.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,10 @@ def read_weather_data(filename, datetime_column='time_index',
6363
weather = read_weather_data('weather.csv')
6464

6565
# Specification of the weather data set CoastDat2 (example data)
66-
'dhi': 0,
67-
'dirhi': 0,
6866
data_height = {
6967
'pressure': 0,
7068
'temp_air': 2,
7169
'v_wind': 10,
72-
'Z0': 0,
7370
'temp_air_2': 10,
7471
'v_wind_2': 80}
7572

0 commit comments

Comments
 (0)