Skip to content

Commit c9ae085

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Remove unnecessary entries from height dictionary
1 parent 9855fa6 commit c9ae085

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
@@ -65,12 +65,9 @@ def read_weather_data(filename, datetime_column='Unnamed: 0',
6565

6666
# Specification of the weather data set CoastDat2 (example data)
6767
coastDat2 = {
68-
'dhi': 0,
69-
'dirhi': 0,
7068
'pressure': 0,
7169
'temp_air': 2,
7270
'v_wind': 10,
73-
'Z0': 0,
7471
'temp_air_2': 10,
7572
'v_wind_2': 80}
7673

0 commit comments

Comments
 (0)